From: Luc Teirlinck Date: Mon, 9 Feb 2004 23:22:28 +0000 (+0000) Subject: Set CDPATH to an empty string. X-Git-Tag: ttn-vms-21-2-B4~7666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68e4cc5703a89668cab56d0ff319640627fe24ad;p=emacs.git Set CDPATH to an empty string. --- diff --git a/ChangeLog b/ChangeLog index a01025e36f3..faa730157d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-09 Luc Teirlinck + + * Makefile.in: Set CDPATH to an empty string. + 2004-01-27 Stefan Monnier * configure.in : 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 @@ 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@