From: hno <> Date: Sat, 10 Feb 2001 21:39:33 +0000 (+0000) Subject: Spelling correction in a command which could get triggered in parallell builds X-Git-Tag: SQUID_3_0_PRE1~1606 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed1cbdc50954b994def1b7934fb978cfd67f57f7;p=thirdparty%2Fsquid.git Spelling correction in a command which could get triggered in parallell builds --- diff --git a/src/Makefile.in b/src/Makefile.in index cdc2b61105..c4fb1f62ab 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.198 2001/01/16 21:11:25 hno Exp $ +# $Id: Makefile.in,v 1.199 2001/02/10 14:39:33 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -249,7 +249,7 @@ test_cache_digest: test_cache_digest.o CacheDigest.o debug.o globals.o store_key cache_cf.o: cf_parser.c squid.conf: cf_parser.c - @sh -c "test -f squid.conf || ./cg_gen cf.data" + @sh -c "test -f squid.conf || ./cf_gen cf.data" cf_parser.c: cf.data cf_gen ./cf_gen cf.data