From: hno <> Date: Mon, 6 May 2002 12:25:14 +0000 (+0000) Subject: Don't dist autoconf.h (merged from Squid-2.5, thanks Robert) X-Git-Tag: SQUID_3_0_PRE1~1026 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6ca96f9701b8b1a3090baa329ea97901f849d8d;p=thirdparty%2Fsquid.git Don't dist autoconf.h (merged from Squid-2.5, thanks Robert) --- diff --git a/Makefile.am b/Makefile.am index 4bda5990fe..68f7064a77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.5 2001/12/27 13:09:35 hno Exp $ +# $Id: Makefile.am,v 1.6 2002/05/06 06:25:14 hno Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5 @@ -17,6 +17,7 @@ dist-hook: || exit 1; \ cp -p $(srcdir)/$$subdir/*.h $(distdir)/$$subdir \ || exit 1; \ + rm $(distdir)/$$subdir/autoconf.h; \ fi; \ done