part of PATH, which isn't wanted here.
+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'.
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