diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-09 23:21:00 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-09 23:21:00 +0000 |
commit | c3429965938c9eebd1759e0db512d6550c57e131 (patch) | |
tree | 499dc2bd85f10b342ec721ea3c358fe5be2d5f50 /Makefile.in | |
parent | 18b1a02e5abbd7c6bf9e67057b83136305e8e336 (diff) | |
download | emacs-c3429965938c9eebd1759e0db512d6550c57e131.tar.gz |
Set CDPATH to an empty string.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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@ |