From 727f1976d382be8a1461ef599cc7754d2a179aaf Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 21 Jun 2008 19:32:57 +0000 Subject: [PATCH] (witness-emacs): Tell lisp to use bootstrap-emacs. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index a5ecd3f766b..91826462212 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 ../lisp; $(MAKE) $(MFLAGS) compile-first + cd ../lisp; $(MAKE) $(MFLAGS) compile-first EMACS=../src/bootstrap-emacs${EXEEXT} -- 2.39.2