diff options
| author | Stefan Monnier | 2008-06-21 19:32:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-21 19:32:57 +0000 |
| commit | 727f1976d382be8a1461ef599cc7754d2a179aaf (patch) | |
| tree | cdca201980e0b75293cb7c05fda3f288d00b86c0 /src | |
| parent | 3eee90de6e9157dae8053f40006b6264ce5040cf (diff) | |
| download | emacs-727f1976d382be8a1461ef599cc7754d2a179aaf.tar.gz emacs-727f1976d382be8a1461ef599cc7754d2a179aaf.zip | |
(witness-emacs): Tell lisp to use bootstrap-emacs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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} |