From: Stefan Monnier Date: Sat, 21 Jun 2008 19:22:29 +0000 (+0000) Subject: (witness-emacs): Use ../lisp, not $(lispsource). X-Git-Tag: emacs-pretest-23.0.90~4605 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e2665ef95901421e137c42ca4ab298061169059;p=emacs.git (witness-emacs): Use ../lisp, not $(lispsource). --- 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: $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} touch witness-emacs @: Compile some files earlier to speed up further compilation. - cd $(lispsource); $(MAKE) $(MFLAGS) compile-first + cd ../lisp; $(MAKE) $(MFLAGS) compile-first