autotools rebuild rules before autoreconf builds these.
Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>.
+2005-12-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * bootstrap: always remove Makefile, to avoid triggering the
+ autotools rebuild rules before autoreconf builds these.
+ Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>.
+
2005-12-07 Peter O'Gorman <peter@pogma.com>
* libltdl/config/ltmain.m4sh, libltdl/m4/libtool.m4 [darwin]:
# Whip up a dirty Makefile:
makes='Makefile.am libltdl/Makefile.inc'
-test -f Makefile ||
- $SED '/^if /,/^endif$/d;/^else$/,/^endif$/d;/^include /d' $makes > Makefile
+rm -f Makefile
+$SED '/^if /,/^endif$/d;/^else$/,/^endif$/d;/^include /d' $makes > Makefile
# Building distributed files from configure is bad for automake, so we
# generate them here, and have Makefile rules to keep them up to date.