diff options
| author | Stefan Monnier | 2008-06-21 19:22:29 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-21 19:22:29 +0000 |
| commit | 4e2665ef95901421e137c42ca4ab298061169059 (patch) | |
| tree | 5b6b975e2e46a7023a3bbc6c7d6c369659dc2492 /src | |
| parent | 7cba69f2acdd746c9d8912065082c3286f583c5d (diff) | |
| download | emacs-4e2665ef95901421e137c42ca4ab298061169059.tar.gz emacs-4e2665ef95901421e137c42ca4ab298061169059.zip | |
(witness-emacs): Use ../lisp, not $(lispsource).
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index fbc8edb732a..a5ecd3f766b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1364,4 +1364,4 @@ witness-emacs: | |||
| 1364 | $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} | 1364 | $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} |
| 1365 | touch witness-emacs | 1365 | touch witness-emacs |
| 1366 | @: Compile some files earlier to speed up further compilation. | 1366 | @: Compile some files earlier to speed up further compilation. |
| 1367 | cd $(lispsource); $(MAKE) $(MFLAGS) compile-first | 1367 | cd ../lisp; $(MAKE) $(MFLAGS) compile-first |