--------------------- PatchSet 11642 Date: 2007/09/05 21:46:52 Author: hno Branch: HEAD Tag: (none) Log: Syntax fix to avoid tripping some old makes Members: src/Makefile.am:1.60->1.61 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid/squid/src/Makefile.am,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- squid/src/Makefile.am 5 Sep 2007 21:25:20 -0000 1.60 +++ squid/src/Makefile.am 5 Sep 2007 21:46:52 -0000 1.61 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.60 2007/09/05 21:25:20 hno Exp $ +# $Id: Makefile.am,v 1.61 2007/09/05 21:46:52 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -359,8 +359,9 @@ ## If autodependency works well this is not needed anymore cache_cf.o: cf_parser.h +# squid.conf.default is built by cf_gen when making cf_parser.h squid.conf.default: cf_parser.h - true # built by cf_gen when making cf_parser.h + true cf_parser.h: cf.data cf_gen$(EXEEXT) ./cf_gen cf.data $(srcdir)/cf.data.depend