From: Andreas Schwab Date: Sat, 21 Jun 2008 08:18:06 +0000 (+0000) Subject: (witness-emacs): Use ../lisp, not $(lispsource). X-Git-Tag: emacs-pretest-23.0.90~4619 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0de59eae3aac8824c321d33c7fb2edf34764ac98;p=emacs.git (witness-emacs): Use ../lisp, not $(lispsource). --- diff --git a/src/ChangeLog b/src/ChangeLog index fb4131db810..af718c5e559 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-21 Andreas Schwab + + * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource). + 2008-06-21 Miles Bader * 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} #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