changeset 53903:ad44d90738f2

Set CDPATH to an empty string.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 09 Feb 2004 23:21:00 +0000
parents ff3a4c680347
children 39715a640cd6
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Feb 09 18:49:44 2004 +0000
+++ b/Makefile.in	Mon Feb 09 23:21:00 2004 +0000
@@ -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@