Set CDPATH to an empty string.
This commit is contained in:
parent
4c1947b96e
commit
68e4cc5703
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue