]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add options.h to distclean
authorwessels <>
Wed, 31 Dec 1997 11:11:56 +0000 (11:11 +0000)
committerwessels <>
Wed, 31 Dec 1997 11:11:56 +0000 (11:11 +0000)
src/Makefile.in

index 0037b1fee0e657d9eceb5663c960f1a8cddbeb66..128822fe175e443a85f00a0a347a3211f64a708e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.108 1997/12/06 05:16:52 wessels Exp $
+#  $Id: Makefile.in,v 1.109 1997/12/31 04:11:56 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -299,7 +299,7 @@ clean:
        -rm -f cf_gen cf_parser.c cf.data globals.c string_arrays.c
 
 distclean:     clean
-       -rm -f Makefile squid.conf squid.conf.pre
+       -rm -f Makefile squid.conf squid.conf.pre options.h
 
 tags:
        ctags *.[ch] ../include/*.h ../lib/*.[ch]