From: Henrik Nordstrom Date: Sat, 17 May 2008 19:28:01 +0000 (+0200) Subject: Correct cachemgr.conf installation rule syntax errors X-Git-Tag: SQUID_3_1_0_1~49^2~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f884870a1613ae87beba111663f0d36038f68c82;p=thirdparty%2Fsquid.git Correct cachemgr.conf installation rule syntax errors --- diff --git a/tools/Makefile.am b/tools/Makefile.am index a41df66a7f..5d2df781df 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -45,8 +45,7 @@ DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf $(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 \