From 06b95d10417b74bfed2e4d6859d1d071c41b9c1b Mon Sep 17 00:00:00 2001 From: robertc <> Date: Tue, 4 Sep 2001 04:59:26 +0000 Subject: [PATCH] Add Makefile as a dependency to repl_modules and auth_modules. --- src/Makefile.am | 6 +++--- src/Makefile.in | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index b34603dad4..015a59e7fa 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.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: diff --git a/src/Makefile.in b/src/Makefile.in index c304d1cd48..6e9440c854 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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: -- 2.47.2