From: hno <> Date: Mon, 20 May 2002 07:18:11 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1009 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9faaf73be44e7dda334de6b512cc3d53b46fcf57;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index a2b01b9293..00faabaf8b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.14 2002/05/07 00:10:49 hno Exp $ +# $Id: Makefile.in,v 1.15 2002/05/20 01:18:11 hno Exp $ # SHELL = @SHELL@ @@ -472,7 +472,7 @@ dist-hook: || exit 1; \ cp -p $(srcdir)/$$subdir/*.h $(distdir)/$$subdir \ || exit 1; \ - rm $(distdir)/$$subdir/autoconf.h; \ + rm -f $(distdir)/$$subdir/autoconf.h; \ fi; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables.