diff options
| author | Andreas Schwab | 2008-06-21 08:18:06 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-06-21 08:18:06 +0000 |
| commit | 0de59eae3aac8824c321d33c7fb2edf34764ac98 (patch) | |
| tree | affcce076702b5c17de5e9279db9091f10ba2eab /src/Makefile.in | |
| parent | 23b77eee7eae7bad675360f36ff63568c6dacc0e (diff) | |
| download | emacs-0de59eae3aac8824c321d33c7fb2edf34764ac98.tar.gz emacs-0de59eae3aac8824c321d33c7fb2edf34764ac98.zip | |
(witness-emacs): Use ../lisp, not $(lispsource).
Diffstat (limited to 'src/Makefile.in')
| -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 1b283ca399b..565baaa09e4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1363,6 +1363,6 @@ bootstrap-emacs${EXEEXT}: temacs${EXEEXT} | |||
| 1363 | #endif /* ! defined (CANNOT_DUMP) */ | 1363 | #endif /* ! defined (CANNOT_DUMP) */ |
| 1364 | 1364 | ||
| 1365 | witness-emacs: | 1365 | witness-emacs: |
| 1366 | cd $(lispsource); $(MAKE) $(MFLAGS) update-subdirs | 1366 | cd ../lisp; $(MAKE) $(MFLAGS) update-subdirs |
| 1367 | $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} | 1367 | $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} |
| 1368 | touch witness-emacs | 1368 | touch witness-emacs |