From: hno <> Date: Mon, 20 May 2002 07:16:41 +0000 (+0000) Subject: Support out-of-tree "make dist" (autoconf.h) X-Git-Tag: SQUID_3_0_PRE1~1010 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7596d469358beca32917afc44d38b5ebbeab7502;p=thirdparty%2Fsquid.git Support out-of-tree "make dist" (autoconf.h) --- diff --git a/Makefile.am b/Makefile.am index 68f7064a77..03fe7fd2fa 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.6 2002/05/06 06:25:14 hno Exp $ +# $Id: Makefile.am,v 1.7 2002/05/20 01:16:41 hno Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5 @@ -17,7 +17,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