diff options
| author | Luc Teirlinck | 2004-02-09 23:22:28 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-09 23:22:28 +0000 |
| commit | 68e4cc5703a89668cab56d0ff319640627fe24ad (patch) | |
| tree | 1b636ba47ebfe3aa97154e5f049b81f01e6f6721 | |
| parent | 4c1947b96e941a41b9a9ebc9b8db712eae61e24a (diff) | |
| download | emacs-68e4cc5703a89668cab56d0ff319640627fe24ad.tar.gz emacs-68e4cc5703a89668cab56d0ff319640627fe24ad.zip | |
Set CDPATH to an empty string.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-02-09 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * Makefile.in: Set CDPATH to an empty string. | ||
| 4 | |||
| 1 | 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * configure.in <darwin>: Use fink packages if available. | 7 | * configure.in <darwin>: 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 @@ | |||
| 53 | 53 | ||
| 54 | SHELL = /bin/sh | 54 | SHELL = /bin/sh |
| 55 | 55 | ||
| 56 | # This may not work with certain non-GNU make's. It only matters when | ||
| 57 | # inheriting a CDPATH not starting with the current directory. | ||
| 58 | CDPATH= | ||
| 59 | |||
| 56 | # If Make doesn't predefine MAKE, set it here. | 60 | # If Make doesn't predefine MAKE, set it here. |
| 57 | @SET_MAKE@ | 61 | @SET_MAKE@ |
| 58 | 62 | ||