diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index be769458d37..b425643c04b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -776,7 +776,12 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS | |||
| 776 | ## bootstrap-emacs$(EXEEXT) as an order-only prerequisite. | 776 | ## bootstrap-emacs$(EXEEXT) as an order-only prerequisite. |
| 777 | 777 | ||
| 778 | %.elc: %.el | bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp) | 778 | %.elc: %.el | bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp) |
| 779 | ifeq (@AM_V@,1) | ||
| 779 | @$(MAKE) -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c | 780 | @$(MAKE) -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c |
| 781 | else | ||
| 782 | @$(MAKE) --no-print-directory\ | ||
| 783 | -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c | ||
| 784 | endif | ||
| 780 | 785 | ||
| 781 | ## VCSWITNESS points to the file that holds info about the current checkout. | 786 | ## VCSWITNESS points to the file that holds info about the current checkout. |
| 782 | ## We use it as a heuristic to decide when to rebuild loaddefs.el. | 787 | ## We use it as a heuristic to decide when to rebuild loaddefs.el. |