From: Amos Jeffries Date: Mon, 19 May 2008 05:54:18 +0000 (-0600) Subject: Bootstrapped and build tests X-Git-Tag: SQUID_3_0_STABLE6~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a52992be7fbfd351de938066073dfef9913b9b2;p=thirdparty%2Fsquid.git Bootstrapped and build tests --- diff --git a/tools/Makefile.in b/tools/Makefile.in index 2042cf5d8b..7e72127463 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -849,8 +849,7 @@ uninstall-info: uninstall-info-recursive $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h install-data-local: - @echo "$(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG).default"; \ - $(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG).default; \ + $(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG).default @if test -f $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG) ; then \ echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG)" ; \ else \