aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2008-06-21 19:32:57 +0000
committerStefan Monnier2008-06-21 19:32:57 +0000
commit727f1976d382be8a1461ef599cc7754d2a179aaf (patch)
treecdca201980e0b75293cb7c05fda3f288d00b86c0 /src
parent3eee90de6e9157dae8053f40006b6264ce5040cf (diff)
downloademacs-727f1976d382be8a1461ef599cc7754d2a179aaf.tar.gz
emacs-727f1976d382be8a1461ef599cc7754d2a179aaf.zip
(witness-emacs): Tell lisp to use bootstrap-emacs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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:
1364 $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} 1364 $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT}
1365 touch witness-emacs 1365 touch witness-emacs
1366 @: Compile some files earlier to speed up further compilation. 1366 @: Compile some files earlier to speed up further compilation.
1367 cd ../lisp; $(MAKE) $(MFLAGS) compile-first 1367 cd ../lisp; $(MAKE) $(MFLAGS) compile-first EMACS=../src/bootstrap-emacs${EXEEXT}