aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-02-09 23:22:28 +0000
committerLuc Teirlinck2004-02-09 23:22:28 +0000
commit68e4cc5703a89668cab56d0ff319640627fe24ad (patch)
tree1b636ba47ebfe3aa97154e5f049b81f01e6f6721
parent4c1947b96e941a41b9a9ebc9b8db712eae61e24a (diff)
downloademacs-68e4cc5703a89668cab56d0ff319640627fe24ad.tar.gz
emacs-68e4cc5703a89668cab56d0ff319640627fe24ad.zip
Set CDPATH to an empty string.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a01025e36f3..faa730157d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12004-02-09 Luc Teirlinck <teirllm@auburn.edu>
2
3 * Makefile.in: Set CDPATH to an empty string.
4
12004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> 52004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * configure.in <darwin>: Use fink packages if available. 7 * configure.in <darwin>: Use fink packages if available.
diff --git a/Makefile.in b/Makefile.in
index 264b99f6d33..cf572f25812 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,6 +53,10 @@
53 53
54SHELL = /bin/sh 54SHELL = /bin/sh
55 55
56# This may not work with certain non-GNU make's. It only matters when
57# inheriting a CDPATH not starting with the current directory.
58CDPATH=
59
56# If Make doesn't predefine MAKE, set it here. 60# If Make doesn't predefine MAKE, set it here.
57@SET_MAKE@ 61@SET_MAKE@
58 62