]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: really remove bogus files Makefile tests/Makefile.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 12 Mar 2005 08:36:02 +0000 (08:36 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 12 Mar 2005 08:36:02 +0000 (08:36 +0000)
ChangeLog
bootstrap

index c311d024be98c7ee2f7c2588dea16fc828103db8..d2837d005e631416e03b14a8be528985bed897ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * bootstrap: really remove bogus files Makefile tests/Makefile.
+
        * doc/libtool.texi: Replace wicked whiches by thats or other
        better-sounding constructs.
 
index 3c5c002a63f44f900cc46b95c23266b19b4f20c9..0a7cc1ef1a296f9088c7ba68b714c4324c94065e 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -83,7 +83,7 @@ test -f clcommit.m4sh && make -f Makefile.maint commit \
     top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te -l m4sh" \
     SED=sed GREP=grep FGREP=fgrep EGREP=egrep LN_S="ln -s"
 
-test -z "$makefiles" || rm -f "$makefiles"
+test -z "$makefiles" || rm -f $makefiles
 
 # Make a dummy libtoolize script for autoreconf:
 test -f clcommit.m4sh && cat > ./config/libtoolize <<'EOF'