summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-02-09 23:22:28 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-02-09 23:22:28 +0000
commit68e4cc5703a89668cab56d0ff319640627fe24ad (patch)
tree1b636ba47ebfe3aa97154e5f049b81f01e6f6721 /Makefile.in
parent4c1947b96e941a41b9a9ebc9b8db712eae61e24a (diff)
downloademacs-68e4cc5703a89668cab56d0ff319640627fe24ad.tar.gz
Set CDPATH to an empty string.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 264b99f6d33..cf572f25812 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,6 +53,10 @@
SHELL = /bin/sh
+# This may not work with certain non-GNU make's. It only matters when
+# inheriting a CDPATH not starting with the current directory.
+CDPATH=
+
# If Make doesn't predefine MAKE, set it here.
@SET_MAKE@