From: hno <> Date: Thu, 11 May 2006 18:25:39 +0000 (+0000) Subject: Fix copy-paste install dependenices when separating cachemgr & squidclient X-Git-Tag: SQUID_3_0_PRE4~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b62f0f789e1ddb485b743d1f015ac79990c53ec;p=thirdparty%2Fsquid.git Fix copy-paste install dependenices when separating cachemgr & squidclient from src --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 0f0c2b27fc..68c20de145 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2006/05/11 01:36:57 hno Exp $ +# $Id: Makefile.am,v 1.2 2006/05/11 12:25:39 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -36,7 +36,7 @@ DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h -install-data-local: install-sysconfDATA install-dataDATA +install-data-local: @if test -f $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG) ; then \ echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG)" ; \ else \