From: wessels <> Date: Wed, 31 Dec 1997 11:11:56 +0000 (+0000) Subject: add options.h to distclean X-Git-Tag: SQUID_3_0_PRE1~4333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a02c01b60be962eb27ee4ac027fe6eccf122fb7f;p=thirdparty%2Fsquid.git add options.h to distclean --- diff --git a/src/Makefile.in b/src/Makefile.in index 0037b1fee0..128822fe17 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.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]