From bdb0148af3150bcf2822ce6a4c819eb65603735e Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 27 Jun 2000 14:35:09 +0000 Subject: [PATCH] "make clean" forgot to remove repl_modules.c --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 6dcd6c7b03..5c890af3ea 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.189 2000/06/08 18:05:34 hno Exp $ +# $Id: Makefile.in,v 1.190 2000/06/27 08:35:09 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -398,7 +398,7 @@ install-pinger: clean: -rm -rf *.o *pure_* core $(PROGS) $(UTILS) $(CGIPROGS) $(SUID_UTILS) -rm -f cf_gen cf_gen_defines.h cf_parser.c cf.data globals.c string_arrays.c - -rm -f store_modules.c + -rm -f store_modules.c repl_modules.c @for dir in $(SUBDIRS); do \ echo "Making $@ in $$dir..."; \ (cd $$dir ; $(MAKE) $(MFLAGS) prefix="$(prefix)" $@) || exit 1; \ -- 2.47.2