From 9faaf73be44e7dda334de6b512cc3d53b46fcf57 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 20 May 2002 07:18:11 +0000 Subject: [PATCH] Bootstrapped --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3