From: hno <> Date: Thu, 6 Sep 2007 03:46:29 +0000 (+0000) Subject: Get rid of an unneeded (and now wrong) use of cf_gen X-Git-Tag: SQUID_3_0_RC1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34af43e21f35ef2c81105d5caf50bccc295d8a88;p=thirdparty%2Fsquid.git Get rid of an unneeded (and now wrong) use of cf_gen --- diff --git a/src/Makefile.am b/src/Makefile.am index e871f598cc..92610148b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.189 2007/09/04 18:24:20 hno Exp $ +# $Id: Makefile.am,v 1.190 2007/09/05 21:46:29 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1020,8 +1020,9 @@ test_cache_digest: test_cache_digest.o CacheDigest.o debug.o globals.o store_key ## If autodependency works well this is not needed anymore cache_cf.o: cf_parser.h +# squd.conf.default is built by cf_gen when making cf_parser.h squid.conf.default: cf_parser.h - $(SHELL) -c "test -f squid.conf.default || ./cf_gen cf.data" + true cf_parser.h: cf.data cf_gen$(EXEEXT) ./cf_gen cf.data $(srcdir)/cf.data.depend