]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
"make clean" forgot to remove repl_modules.c
authorhno <>
Tue, 27 Jun 2000 14:35:09 +0000 (14:35 +0000)
committerhno <>
Tue, 27 Jun 2000 14:35:09 +0000 (14:35 +0000)
src/Makefile.in

index 6dcd6c7b034fb15b9c839193cbb8b592ee02d497..5c890af3eae9ce0b700806ec69cc11b237104358 100644 (file)
@@ -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; \