]> git.eshelyaron.com Git - emacs.git/commitdiff
Set CDPATH to an empty string.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Feb 2004 23:22:28 +0000 (23:22 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Feb 2004 23:22:28 +0000 (23:22 +0000)
ChangeLog
Makefile.in

index a01025e36f3841590ce38e6da00e505496a06da4..faa730157d9801e0c9faf93e82ed55d9c39b4452 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in: Set CDPATH to an empty string.
+
 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * configure.in <darwin>: Use fink packages if available.
index 264b99f6d3331089f25000e68240ded94414fccb..cf572f25812d73728f9daf9c4f04c904dcbde772 100644 (file)
 
 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@