From: Paul Eggert Date: Sun, 11 Nov 2007 07:47:46 +0000 (+0100) Subject: * GNUmakefile (PATH): Remove stray apostrophes; they become X-Git-Tag: v2.62~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727b3efa933f9a2822603721de55666edee3aef9;p=thirdparty%2Fautoconf.git * GNUmakefile (PATH): Remove stray apostrophes; they become part of PATH, which isn't wanted here. --- diff --git a/ChangeLog b/ChangeLog index 9e6cb210..98a2e2a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-09 Paul Eggert + + * GNUmakefile (PATH): Remove stray apostrophes; they become + part of PATH, which isn't wanted here. + 2007-11-09 Ralf Wildenhues New config files output variable `top_build_prefix'. diff --git a/GNUmakefile b/GNUmakefile index 79ad4920..652d0156 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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