Mercurial > emacs
diff src/Makefile.in @ 96161:080aa0038255
(witness-emacs): Tell lisp to use bootstrap-emacs.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Sat, 21 Jun 2008 19:32:57 +0000 |
| parents | 20e21c3a72a4 |
| children | b7e6caae9715 |
line wrap: on
line diff
--- a/src/Makefile.in Sat Jun 21 19:28:58 2008 +0000 +++ b/src/Makefile.in Sat Jun 21 19:32:57 2008 +0000 @@ -1364,4 +1364,4 @@ $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} touch witness-emacs @: Compile some files earlier to speed up further compilation. - cd ../lisp; $(MAKE) $(MFLAGS) compile-first + cd ../lisp; $(MAKE) $(MFLAGS) compile-first EMACS=../src/bootstrap-emacs${EXEEXT}
