diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f2a66948d4..63b861f382f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * Makefile.in (srcdir): Define for update-subdirs. | ||
| 4 | |||
| 1 | 2000-06-16 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * find-lisp.el: New file. | 7 | * find-lisp.el: New file. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9985d399605..15ecd7564f7 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -6,6 +6,7 @@ SHELL = /bin/sh | |||
| 6 | 6 | ||
| 7 | lisp=@srcdir@ | 7 | lisp=@srcdir@ |
| 8 | VPATH=@srcdir@ | 8 | VPATH=@srcdir@ |
| 9 | srcdir=@srcdir@/.. | ||
| 9 | 10 | ||
| 10 | # You can specify a different executable on the make command line, | 11 | # You can specify a different executable on the make command line, |
| 11 | # e.g. "make EMACS=../src/emacs ...". | 12 | # e.g. "make EMACS=../src/emacs ...". |