]> git.eshelyaron.com Git - emacs.git/commitdiff
(witness-emacs): Tell lisp to use bootstrap-emacs.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 21 Jun 2008 19:32:57 +0000 (19:32 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 21 Jun 2008 19:32:57 +0000 (19:32 +0000)
src/Makefile.in

index a5ecd3f766b3c3ee6440ee6f197a37ab7ef850f6..91826462212220a720f516f01e4501de08a73904 100644 (file)
@@ -1364,4 +1364,4 @@ witness-emacs:
        $(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}