diff options
| author | jave | 2015-01-04 09:09:36 +0100 |
|---|---|---|
| committer | jave | 2015-01-04 09:09:36 +0100 |
| commit | a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce (patch) | |
| tree | 7e092998b7e6956f311a169e0d87254ef87703e3 /src/Makefile.in | |
| parent | db4613576d3115aa320f0293d081ce98baa06acd (diff) | |
| parent | fec9b792f543c35b1a635b3a3326d496e3ca9012 (diff) | |
| download | emacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.tar.gz emacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.zip | |
merge master
Diffstat (limited to 'src/Makefile.in')
| -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 e73a4054191..9bd86d54793 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -646,7 +646,7 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS | |||
| 646 | ## bootstrap-emacs$(EXEEXT) as an order-only prerequisite. | 646 | ## bootstrap-emacs$(EXEEXT) as an order-only prerequisite. |
| 647 | 647 | ||
| 648 | %.elc: %.el | bootstrap-emacs$(EXEEXT) | 648 | %.elc: %.el | bootstrap-emacs$(EXEEXT) |
| 649 | @$(MAKE) -C ../lisp compile-onefile THEFILE=$< EMACS="$(bootstrap_exe)" | 649 | @$(MAKE) -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c |
| 650 | 650 | ||
| 651 | ## VCSWITNESS points to the file that holds info about the current checkout. | 651 | ## VCSWITNESS points to the file that holds info about the current checkout. |
| 652 | ## We use it as a heuristic to decide when to rebuild loaddefs.el. | 652 | ## We use it as a heuristic to decide when to rebuild loaddefs.el. |