]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* GNUmakefile (PATH): Remove stray apostrophes; they become
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Nov 2007 07:47:46 +0000 (08:47 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 11 Nov 2007 07:47:46 +0000 (08:47 +0100)
part of PATH, which isn't wanted here.

ChangeLog
GNUmakefile

index 9e6cb2100e11e9c76b1a731812047f74ce820ab1..98a2e2a2dbb7ef49d6f3787d4544339aca1f196c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * GNUmakefile (PATH): Remove stray apostrophes; they become
+       part of PATH, which isn't wanted here.
+
 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        New config files output variable `top_build_prefix'.
index 79ad49208b88a2f5c95e9cb290bfc4f61d6880ce..652d0156bd480172755f748bfd879286d51ebe2a 100644 (file)
@@ -39,7 +39,7 @@ ifeq ($(have-Makefile),yes)
 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
 
 # Build with our own versions of these tools, when possible.
-export PATH = '$(shell echo "`pwd`/tests:$$PATH")'
+export PATH = $(shell echo "`pwd`/tests:$$PATH")
 
 include Makefile