]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Remove `-f Makefile.am' now that we have an actual
authorGary V. Vaughan <gary@gnu.org>
Fri, 6 Aug 2004 13:02:30 +0000 (13:02 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 6 Aug 2004 13:02:30 +0000 (13:02 +0000)
Makefile to build ltmain.sh.

ChangeLog
bootstrap

index 1abedaa1052e146fef869e558d90024cb0ac79f3..3af018c359da7862a78acb3845eee3af26f324f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-05  Gary V. Vaughan  <gary@gnu.org>
+
+       * bootstrap: Remove `-f Makefile.am' now that we have an actual
+       Makefile to build ltmain.sh.
+
 2004-08-05  Gary V. Vaughan  <gary@gnu.org>
 
        * bootstrap: Run the bootstrap rules from a file named Makefile,
index 1bb9e4fdbde219476c640f86aada4a720545040b..ddaffb25b6cfe76183f22521649d41abc31803fe 100755 (executable)
--- 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"