]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (clean-ltmain-sh): Quote $(top_builddir) for the
authorGary V. Vaughan <gary@gnu.org>
Thu, 2 Sep 2004 15:33:35 +0000 (15:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 2 Sep 2004 15:33:35 +0000 (15:33 +0000)
shell, incase it is not set when running maintainer rules with
`make -fMakefile.maint'.
Don't show the shell commands.

ChangeLog
Makefile.am

index 334d1b5f0da4f6de67b1b595b4f1173c733546a4..b41a295f81cf5c4cf7dcce7bb5c26f65e79c6feb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-09-02  Gary V. Vaughan  <gary@gnu.org>,
 
+       * Makefile.am (clean-ltmain-sh): Quote $(top_builddir) for the
+       shell, incase it is not set when running maintainer rules with
+       `make -fMakefile.maint'.
+       Don't show the shell commands.
+
        * AUTHORS: Fix my email address.
 
 2004-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
index 7f10f3804b4b43141a5651c4f10b9ee37c2b28ef..5c9ff1ad986d335c67a965b61680614c0fdbc12f 100644 (file)
@@ -79,8 +79,8 @@ vcl-tmp:
 ## previous builds left behind in the build tree, that would override the
 ## source tree version in current builds.
 clean-ltmain-sh:
-       -test $(top_srcdir) == $(top_builddir) || \
-         rm -f $(top_builddir)/config/ltmain.sh
+       @-test "$(top_srcdir)" == "$(top_builddir)" || \
+         rm -f "$(top_builddir)/config/ltmain.sh"
 
 # We build ltversion.m4 here, instead of from config.status,
 # because config.status is rerun each time one of configure's