]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
I think store_modules.c must depend on 'Makefile' as well. Its
authorwessels <>
Tue, 4 Sep 2001 04:46:09 +0000 (04:46 +0000)
committerwessels <>
Tue, 4 Sep 2001 04:46:09 +0000 (04:46 +0000)
not getting recreated after I re-run configure with new store modules
added.

src/Makefile.am

index 3032b4f61810c51541e8e085f4156c712f983d53..b34603dad4eb69f797861f30ed7d178ba05ca2d9 100644 (file)
@@ -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