--------------------- PatchSet 1831 Date: 2001/04/06 23:28:55 Author: rbcollins Branch: squid-amake Tag: (none) Log: typo in cache_cf dependency Members: src/Makefile.am:1.1.2.5->1.1.2.6 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Makefile.am,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid/src/Makefile.am 6 Apr 2001 23:11:29 -0000 1.1.2.5 +++ squid/src/Makefile.am 6 Apr 2001 23:28:55 -0000 1.1.2.6 @@ -315,7 +315,7 @@ $(CC) -o $@ $(LDFLAGS) $@.o CacheDigest.o debug.o globals.o store_key_md5.o $(STD_APP_LIBS) ## If autodependency works well this is not needed anymore -cache_cf.o: cf_parser.c +cache_cf.o: cf_parser.h squid.conf.default: cf_parser.h $(SHELL) -c "test -f squid.conf.default || ./cf_gen cf.data"