From: wessels <> Date: Thu, 15 May 1997 03:08:13 +0000 (+0000) Subject: use distclean instad of realclean X-Git-Tag: SQUID_3_0_PRE1~5020 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d81a03ea61e21ca23ca659621fbda9f19aecce5;p=thirdparty%2Fsquid.git use distclean instad of realclean --- diff --git a/contrib/Makefile.in b/contrib/Makefile.in index d40c608a2b..16bea29611 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -62,6 +62,6 @@ install-linux: clean: -realclean: clean +distclean: clean $(RM) Makefile diff --git a/lib/Makefile.in b/lib/Makefile.in index 1761cb0188..7e72840985 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ # # Darren Hardy, hardy@cs.colorado.edu, April 1994 # -# $Id: Makefile.in,v 1.22 1997/04/28 04:30:03 wessels Exp $ +# $Id: Makefile.in,v 1.23 1997/05/14 21:08:14 wessels Exp $ # prefix = @prefix@ srcdir = @srcdir@ @@ -56,7 +56,7 @@ libregex.a: $(REGEXOBJS) clean: -rm -f *.o $(LIBS) core -realclean: clean +distclean: clean -rm -f libregex.a -rm -f Makefile diff --git a/scripts/Makefile.in b/scripts/Makefile.in index e3210c811f..30a578cf6a 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -34,5 +34,5 @@ install: clean: -realclean: +distclean: -rm -f RunCache RunAccel Makefile diff --git a/src/Makefile.in b/src/Makefile.in index f2ff7a8075..3dd1e9d397 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.69 1997/04/30 03:11:57 wessels Exp $ +# $Id: Makefile.in,v 1.70 1997/05/14 21:08:15 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -117,7 +117,6 @@ OBJS = \ store.o \ store_clean.o \ store_dir.o \ - storetoString.o \ tools.o \ unlinkd.o \ url.o \ @@ -271,7 +270,7 @@ install-pinger: clean: -rm -rf *.o *pure_* core $(PROGS) $(UTILS) $(CGIPROGS) $(SUID_UTILS) -realclean: clean +distclean: clean -rm -f Makefile squid.conf squid.conf.pre tags: