summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-11-11 08:47:46 +0100
committerJim Meyering <meyering@redhat.com>2007-11-11 08:47:46 +0100
commit727b3efa933f9a2822603721de55666edee3aef9 (patch)
tree9e25e60453e0ecb0877fffa35f0020e6ec3c911d /GNUmakefile
parentfeef9e7e7e1c9380ca04fb119b9ff2ed8bfb4ee3 (diff)
downloadautoconf-727b3efa933f9a2822603721de55666edee3aef9.tar.gz
* GNUmakefile (PATH): Remove stray apostrophes; they become
part of PATH, which isn't wanted here.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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