]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add Makefile as a dependency to repl_modules and auth_modules.
authorrobertc <>
Tue, 4 Sep 2001 04:59:26 +0000 (04:59 +0000)
committerrobertc <>
Tue, 4 Sep 2001 04:59:26 +0000 (04:59 +0000)
src/Makefile.am
src/Makefile.in

index b34603dad4eb69f797861f30ed7d178ba05ca2d9..015a59e7fa0811cc8768364d197e9be28ba29eb4 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2001/09/03 22:46:09 wessels Exp $
+#  $Id: Makefile.am,v 1.3 2001/09/03 22:59:26 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -182,10 +182,10 @@ cf.data: cf.data.pre Makefile
 store_modules.c: store_modules.sh Makefile
        $(SHELL) $(srcdir)/store_modules.sh $(STORE_MODULES) >store_modules.c
 
-repl_modules.c: repl_modules.sh 
+repl_modules.c: repl_modules.sh Makefile
        $(SHELL) $(srcdir)/repl_modules.sh $(REPL_POLICIES) > repl_modules.c
 
-auth_modules.c: auth_modules.sh
+auth_modules.c: auth_modules.sh Makefile
        @$(SHELL) $(srcdir)/auth_modules.sh $(AUTH_MODULES) >auth_modules.c
 
 install-data-local:
index c304d1cd48e9bacfc7a61dae7ff9eab089e4ec5e..6e9440c85473c51b9446a78788bf59fb1ab12593 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4s from Makefile.am.
+# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 # Free Software Foundation, Inc.
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.208 2001/08/31 11:19:12 robertc Exp $
+#  $Id: Makefile.in,v 1.209 2001/09/03 22:59:26 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -910,13 +910,13 @@ 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 
+repl_modules.c: repl_modules.sh Makefile
        $(SHELL) $(srcdir)/repl_modules.sh $(REPL_POLICIES) > repl_modules.c
 
-auth_modules.c: auth_modules.sh
+auth_modules.c: auth_modules.sh Makefile
        @$(SHELL) $(srcdir)/auth_modules.sh $(AUTH_MODULES) >auth_modules.c
 
 install-data-local: