diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-27 12:30:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-27 12:30:16 +0000 |
commit | 9ac1e4f21452c36163d25579ad52cbf56eefb517 (patch) | |
tree | 16ecf12cf8dab2fd2ffca9a2ac373f6a2030ae25 /Build/source/texk/dvi2tty/Makefile.in | |
parent | 17805bbd286133a369a59ef576cdf41668a30972 (diff) |
Fix dvi2tty test (uninitialized variable)
git-svn-id: svn://tug.org/texlive/trunk@21189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvi2tty/Makefile.in')
-rw-r--r-- | Build/source/texk/dvi2tty/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvi2tty/Makefile.in b/Build/source/texk/dvi2tty/Makefile.in index efa1d7263e6..71db038c303 100644 --- a/Build/source/texk/dvi2tty/Makefile.in +++ b/Build/source/texk/dvi2tty/Makefile.in @@ -254,7 +254,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(DVI2TTY_TREE) $(DVI2TTY_TREE)-PATCHES $(TESTS) \ - ligtest.tty test.tty tests.tty testu.tty + ligtest.tty test.tty testc.tty tests.tty testu.tty INCLUDES = $(KPATHSEA_INCLUDES) AM_CPPFLAGS = -DKPATHSEA AM_CFLAGS = $(WARNING_CFLAGS) @@ -275,7 +275,7 @@ man1_MANS = \ TESTS = dvi2tty.test TESTS_ENVIRONMENT = DVI2TTY_TREE=$(DVI2TTY_TREE) -DISTCLEANFILES = ligtest.out test.out tests.out testu.out +DISTCLEANFILES = ligtest.out test.out testc.out tests.out testu.out all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am |