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 | |
| parent | 23b77eee7eae7bad675360f36ff63568c6dacc0e (diff) | |
| download | emacs-0de59eae3aac8824c321d33c7fb2edf34764ac98.tar.gz emacs-0de59eae3aac8824c321d33c7fb2edf34764ac98.zip | |
(witness-emacs): Use ../lisp, not $(lispsource).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb4131db810..af718c5e559 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-21 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource). | ||
| 4 | |||
| 1 | 2008-06-21 Miles Bader <miles@gnu.org> | 5 | 2008-06-21 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp | 7 | * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp |
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 |