diff Makefile.in @ 53903:ad44d90738f2

Set CDPATH to an empty string.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 09 Feb 2004 23:21:00 +0000
parents 2429601c512b
children 5e87926b06f4
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@