1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(witness-emacs): Use ../lisp, not $(lispsource).

This commit is contained in:
Andreas Schwab 2008-06-21 08:18:06 +00:00
parent 23b77eee7e
commit 0de59eae3a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-06-21 Andreas Schwab <schwab@suse.de>
* Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
2008-06-21 Miles Bader <miles@gnu.org>
* Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp

View file

@ -1363,6 +1363,6 @@ bootstrap-emacs${EXEEXT}: temacs${EXEEXT}
#endif /* ! defined (CANNOT_DUMP) */
witness-emacs:
cd $(lispsource); $(MAKE) $(MFLAGS) update-subdirs
cd ../lisp; $(MAKE) $(MFLAGS) update-subdirs
$(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT}
touch witness-emacs