diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-22 09:10:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-22 09:10:45 +0000 |
commit | 27cd5f76629a2601557c868c5c701cbd38ca99b4 (patch) | |
tree | a2ac87160d28808f5952babbea6e37a99f206453 /Build/source/libs/Makefile.in | |
parent | 81fb2544161bdba1881473560bf39d6c5695c8fe (diff) |
build system: cleanup, remove unused files, regenerate
git-svn-id: svn://tug.org/texlive/trunk@13371 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/Makefile.in')
-rw-r--r-- | Build/source/libs/Makefile.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index ecc78d75c05..6dd83918fe0 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -37,12 +37,14 @@ DIST_COMMON = README $(am__configure_deps) \ $(srcdir)/../build-aux/config.guess \ $(srcdir)/../build-aux/config.sub \ $(srcdir)/../build-aux/install-sh \ - $(srcdir)/../build-aux/missing $(srcdir)/Makefile.am \ + $(srcdir)/../build-aux/missing \ + $(srcdir)/../build-aux/mkinstalldirs $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure \ ../build-aux/config.guess ../build-aux/config.sub \ ../build-aux/depcomp ../build-aux/install-sh \ ../build-aux/ltmain.sh ../build-aux/missing \ - ../build-aux/texinfo.tex ../build-aux/ylwrap ChangeLog + ../build-aux/mkinstalldirs ../build-aux/texinfo.tex \ + ../build-aux/ylwrap ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../m4/kpse-cxx-hack.m4 \ @@ -60,8 +62,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../m4/kpse-web2c.m4 \ $(top_srcdir)/../m4/kpse-xpdf-flags.m4 \ $(top_srcdir)/../m4/kpse-zlib-flags.m4 \ - $(top_srcdir)/../ac/withenable.ac \ - $(top_srcdir)/../utils/ac/withenable.ac \ $(top_srcdir)/../utils/dialog/ac/withenable.ac \ $(top_srcdir)/../utils/pdfopen/ac/withenable.ac \ $(top_srcdir)/../utils/ps2eps/ac/withenable.ac \ @@ -71,7 +71,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../utils/vlna/ac/withenable.ac \ $(top_srcdir)/../utils/xindy/ac/withenable.ac \ $(top_srcdir)/../utils/xindy/ac/xindy.ac \ - $(top_srcdir)/../texk/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/web2c.ac \ $(top_srcdir)/../texk/afm2pl/ac/withenable.ac \ @@ -108,7 +107,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../texk/texlive/ac/withenable.ac \ $(top_srcdir)/../texk/kpathsea/ac/withenable.ac \ $(top_srcdir)/../texk/kpathsea/ac/web2c.ac \ - $(top_srcdir)/../libs/ac/withenable.ac \ $(top_srcdir)/../libs/icu/ac/withenable.ac \ $(top_srcdir)/../libs/teckit/ac/withenable.ac \ $(top_srcdir)/../libs/graphite/ac/withenable.ac \ @@ -125,7 +123,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = |