From: wessels <> Date: Tue, 4 Sep 2001 04:46:09 +0000 (+0000) Subject: I think store_modules.c must depend on 'Makefile' as well. Its X-Git-Tag: SQUID_3_0_PRE1~1414 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=449021e7fe10df34b9edf719db7296353f8156c0;p=thirdparty%2Fsquid.git I think store_modules.c must depend on 'Makefile' as well. Its not getting recreated after I re-run configure with new store modules added. --- diff --git a/src/Makefile.am b/src/Makefile.am index 3032b4f618..b34603dad4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2001/08/31 11:19:12 robertc Exp $ +# $Id: Makefile.am,v 1.2 2001/09/03 22:46:09 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -179,7 +179,7 @@ cf.data: cf.data.pre Makefile s%@DEFAULT_PREFIX@%$(DEFAULT_PREFIX)%g;"\ < $(srcdir)/cf.data.pre >$@ -store_modules.c: store_modules.sh +store_modules.c: store_modules.sh Makefile $(SHELL) $(srcdir)/store_modules.sh $(STORE_MODULES) >store_modules.c repl_modules.c: repl_modules.sh