From: Gary V. Vaughan Date: Fri, 6 Aug 2004 13:02:30 +0000 (+0000) Subject: * bootstrap: Remove `-f Makefile.am' now that we have an actual X-Git-Tag: release-1-9b~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38ff2218184ba3b7fee9d4279e173db4becd0c2;p=thirdparty%2Flibtool.git * bootstrap: Remove `-f Makefile.am' now that we have an actual Makefile to build ltmain.sh. --- diff --git a/ChangeLog b/ChangeLog index 1abedaa10..3af018c35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-05 Gary V. Vaughan + + * bootstrap: Remove `-f Makefile.am' now that we have an actual + Makefile to build ltmain.sh. + 2004-08-05 Gary V. Vaughan * bootstrap: Run the bootstrap rules from a file named Makefile, diff --git a/bootstrap b/bootstrap index 1bb9e4fdb..ddaffb25b 100755 --- a/bootstrap +++ b/bootstrap @@ -55,7 +55,7 @@ set -- `sed '/AC_INIT/{s/[][,()]/ /g; p;};d' configure.ac` # generate them here, and have Makefile rules to keep them up to date: rm -f ./config/ltmain.sh ./m4/ltversion.m4 test -f Makefile || { makefile=Makefile; cp Makefile.am $makefile; } -make -f Makefile.am ./config/ltmain.sh ./m4/ltversion.m4 \ +make ./config/ltmain.sh ./m4/ltversion.m4 \ top_srcdir=. PACKAGE="$2" VERSION="$3" test -z "$makefile" || rm -f "$makefile"