From: wessels <> Date: Tue, 26 Mar 1996 12:12:07 +0000 (+0000) Subject: remove GNUregex.o on clean target X-Git-Tag: SQUID_3_0_PRE1~6389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65df2672bebafee444516c6b16fa28e47ebaa036;p=thirdparty%2Fsquid.git remove GNUregex.o on clean target --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 40d097d198..e93c9f75dd 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.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