aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorjave2015-01-04 09:09:36 +0100
committerjave2015-01-04 09:09:36 +0100
commita7e2c92ddf6c27b2cfcc9782fd71f15d36162cce (patch)
tree7e092998b7e6956f311a169e0d87254ef87703e3 /src/Makefile.in
parentdb4613576d3115aa320f0293d081ce98baa06acd (diff)
parentfec9b792f543c35b1a635b3a3326d496e3ca9012 (diff)
downloademacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.tar.gz
emacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.zip
merge master
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
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.