From: hno <> Date: Thu, 19 Jul 2007 08:49:06 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE7~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=121ff16d6b605ad550a8fe93a85aca763ab9e16e;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/lib/libTrie/Makefile.in b/lib/libTrie/Makefile.in index 12d96b636c..8081167191 100644 --- a/lib/libTrie/Makefile.in +++ b/lib/libTrie/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.20 2006/11/06 05:15:26 adrian Exp $ +# $Id: Makefile.in,v 1.21 2007/07/19 02:49:06 hno Exp $ # srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -42,8 +42,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ cfgaux/config.guess cfgaux/config.sub cfgaux/depcomp \ - cfgaux/install-sh cfgaux/ltmain.sh cfgaux/missing \ - cfgaux/mkinstalldirs + cfgaux/install-sh cfgaux/ltmain.sh cfgaux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in @@ -51,7 +50,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/lib/libTrie/include/Makefile.in b/lib/libTrie/include/Makefile.in index 0e9133e43a..f6a46f9734 100644 --- a/lib/libTrie/include/Makefile.in +++ b/lib/libTrie/include/Makefile.in @@ -42,7 +42,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/lib/libTrie/src/Makefile.in b/lib/libTrie/src/Makefile.in index 731a9eb993..fbbdddc0bf 100644 --- a/lib/libTrie/src/Makefile.in +++ b/lib/libTrie/src/Makefile.in @@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) diff --git a/lib/libTrie/test/Makefile.in b/lib/libTrie/test/Makefile.in index 92bc4fbaa8..0adb383085 100644 --- a/lib/libTrie/test/Makefile.in +++ b/lib/libTrie/test/Makefile.in @@ -41,7 +41,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am_trie_OBJECTS = trie.$(OBJEXT)