From: hno <> Date: Tue, 7 May 2002 06:10:49 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d405d93d47ded9920407f51432b2c2e47466cce3;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index d59a567458..a2b01b9293 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.13 2002/04/13 17:46:31 hno Exp $ +# $Id: Makefile.in,v 1.14 2002/05/07 00:10:49 hno Exp $ # SHELL = @SHELL@ @@ -472,6 +472,7 @@ dist-hook: || exit 1; \ cp -p $(srcdir)/$$subdir/*.h $(distdir)/$$subdir \ || exit 1; \ + rm $(distdir)/$$subdir/autoconf.h; \ fi; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables.