]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove GNUregex.o on clean target
authorwessels <>
Tue, 26 Mar 1996 12:12:07 +0000 (12:12 +0000)
committerwessels <>
Tue, 26 Mar 1996 12:12:07 +0000 (12:12 +0000)
lib/Makefile.in

index 40d097d1985c41c4ad5d35cc4a27d1a62eb8546f..e93c9f75ddb034d13336bebb9dd66dfc62ec846d 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Darren Hardy, hardy@cs.colorado.edu, April 1994
 #
-#  $Id: Makefile.in,v 1.6 1996/03/19 01:17:29 wessels Exp $
+#  $Id: Makefile.in,v 1.7 1996/03/26 05:12:07 wessels Exp $
 #
 prefix = @prefix@
 INSTALL_BINDIR = $(prefix)/bin
@@ -45,7 +45,7 @@ libregex.a: $(REGEXOBJS)
        $(RANLIB) $@
 
 clean:
-       -rm -f $(UTILOBJS) $(LIBS) core
+       -rm -f $(UTILOBJS) $(REGEXOBJS) $(LIBS) core
 
 realclean: clean
        -rm -f libregex.a