* GNUmakefile (PATH): Remove stray apostrophes; they become

part of PATH, which isn't wanted here.
This commit is contained in:
Paul Eggert 2007-11-11 08:47:46 +01:00 committed by Jim Meyering
parent feef9e7e7e
commit 727b3efa93
2 changed files with 6 additions and 1 deletions

View File

@ -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'.

View 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