From: hno <> Date: Wed, 3 May 2000 03:12:42 +0000 (+0000) Subject: Minor corrections on the dependencies for cf_gen X-Git-Tag: SQUID_3_0_PRE1~2001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dae016a4bfd0d35ce4205f37b9a854b9a75cfcb7;p=thirdparty%2Fsquid.git Minor corrections on the dependencies for cf_gen --- diff --git a/src/Makefile.in b/src/Makefile.in index efcb96636f..885c2785f8 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.183 2000/05/02 20:58:30 hno Exp $ +# $Id: Makefile.in,v 1.184 2000/05/02 21:12:42 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -254,7 +254,7 @@ squid.conf cf_parser.c: cf.data cf_gen cf_gen: cf_gen.o $(CC) -o $@ $(LDFLAGS) cf_gen.o $(STD_APP_LIBS) -cf_gen.o: cf_gen_defines.h Makefile defines.h ../include/autoconf.h +cf_gen.o: cf_gen.c cf_gen_defines.h Makefile defines.h ../include/autoconf.h cf_gen_defines.h: $(srcdir)/cf_gen_defines $(srcdir)/cf.data.pre awk -f $(srcdir)/cf_gen_defines <$(srcdir)/cf.data.pre >cf_gen_defines.h