]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped and build tests
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 May 2008 05:54:18 +0000 (23:54 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 May 2008 05:54:18 +0000 (23:54 -0600)
tools/Makefile.in

index 2042cf5d8b68e2ee9bd6044e00a191847ffc02fa..7e72127463bd1981b0c4875e6d1279b85ae8f858 100644 (file)
@@ -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 \