summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-02-09 23:21:00 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-02-09 23:21:00 +0000
commitc3429965938c9eebd1759e0db512d6550c57e131 (patch)
tree499dc2bd85f10b342ec721ea3c358fe5be2d5f50 /Makefile.in
parent18b1a02e5abbd7c6bf9e67057b83136305e8e336 (diff)
downloademacs-c3429965938c9eebd1759e0db512d6550c57e131.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@