mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* GNUmakefile (PATH): Remove stray apostrophes; they become
part of PATH, which isn't wanted here.
This commit is contained in:
parent
feef9e7e7e
commit
727b3efa93
@ -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'.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user