]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove squid.conf on make clean
authorhno <>
Fri, 1 Sep 2000 18:30:24 +0000 (18:30 +0000)
committerhno <>
Fri, 1 Sep 2000 18:30:24 +0000 (18:30 +0000)
src/Makefile.in

index bf79246f098788d91e19176b365c3fd8bc607b17..a184133703d89fd6cbd4d5393745d7135d177168 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.193 2000/09/01 00:39:45 hno Exp $
+#  $Id: Makefile.in,v 1.194 2000/09/01 12:30:24 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -406,14 +406,14 @@ 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 repl_modules.c
+       -rm -f store_modules.c repl_modules.c squid.conf
        @for dir in $(SUBDIRS); do \
                echo "Making $@ in $$dir..."; \
                (cd $$dir ; $(MAKE) $(MFLAGS) prefix="$(prefix)" $@) || exit 1; \
        done
 
 distclean:     clean
-       -rm -f Makefile squid.conf squid.conf.pre
+       -rm -f Makefile
        -rm -f Makefile.bak
        -rm -f tags
        @for dir in $(SUBDIRS); do \