]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Get rid of an unneeded (and now wrong) use of cf_gen
authorhno <>
Thu, 6 Sep 2007 03:46:29 +0000 (03:46 +0000)
committerhno <>
Thu, 6 Sep 2007 03:46:29 +0000 (03:46 +0000)
src/Makefile.am

index e871f598cc384eb3d127a3200492b2e041f66fb6..92610148b7dc869336d84a6b2b7816a77b67dc2f 100644 (file)
@@ -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