diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 13:41:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 13:41:48 +0000 |
commit | b517e15e9fb22ebb6d36127ff64470f8a00309d0 (patch) | |
tree | af53263115d70f4a420fc95c6c9b2228a701d6b1 /Build/source/texk/kpathsea/Makefile.in | |
parent | 075862c5ff18610119538267c9b817d21d767780 (diff) |
kpathsea: Minor build fix and clean up
git-svn-id: svn://tug.org/texlive/trunk@25986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.in')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index 26752886371..3e5e68feeb8 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -90,7 +90,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ $(top_srcdir)/../../m4/ltversion.m4 \ $(top_srcdir)/../../m4/lt~obsolete.m4 $(top_srcdir)/version.ac \ - $(top_srcdir)/ac/mktex.ac $(top_srcdir)/configure.ac + $(top_srcdir)/../../version.ac $(top_srcdir)/ac/mktex.ac \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -350,6 +351,7 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING_CFLAGS = @WARNING_CFLAGS@ +WEB2CVERSION = @WEB2CVERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -456,7 +458,6 @@ normal_headers = \ c-stat.h \ c-std.h \ c-unistd.h \ - cnf.h \ concatn.h \ debug.h \ expand.h \ @@ -481,6 +482,7 @@ normal_headers = \ version.h noinst_HEADERS = \ + cnf.h \ db.h \ default.h \ fn.h \ |