]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
use distclean instad of realclean
authorwessels <>
Thu, 15 May 1997 03:08:13 +0000 (03:08 +0000)
committerwessels <>
Thu, 15 May 1997 03:08:13 +0000 (03:08 +0000)
contrib/Makefile.in
lib/Makefile.in
scripts/Makefile.in
src/Makefile.in

index d40c608a2b9762bdb5e2243b1436bcb3dbef2dd4..16bea296119d0ceb440d26d7690f81cee02a32eb 100644 (file)
@@ -62,6 +62,6 @@ install-linux:
 
 clean: 
 
-realclean: clean
+distclean: clean
        $(RM) Makefile
 
index 1761cb018850c3fa04d0a8c992513a2f59ca6d3f..7e72840985e9c455dfcb88dacfeaddd3d30a66df 100644 (file)
@@ -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
 
index e3210c811f0cad89f7ce7c04e8207988fd9e7bee..30a578cf6ab6be5cb32623efd3ce88ede0551a05 100644 (file)
@@ -34,5 +34,5 @@ install:
 
 clean:
 
-realclean:
+distclean:
        -rm -f RunCache RunAccel Makefile
index f2ff7a80754ddc8cd0660ac47040e56240b3df03..3dd1e9d397a206a5c6bf6efcbd3cb9688465a4db 100644 (file)
@@ -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: