shell, incase it is not set when running maintainer rules with
`make -fMakefile.maint'.
Don't show the shell commands.
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>
## 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