From 7596d469358beca32917afc44d38b5ebbeab7502 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 20 May 2002 07:16:41 +0000 Subject: [PATCH] Support out-of-tree "make dist" (autoconf.h) --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3