aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 812f3e22143..a2754eadacd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,7 +1,7 @@
1### @configure_input@ 1### @configure_input@
2 2
3# Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2014 3# Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2015 Free Software
4# Free Software Foundation, Inc. 4# Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
@@ -636,7 +636,7 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS
636## bootstrap-emacs$(EXEEXT) as an order-only prerequisite. 636## bootstrap-emacs$(EXEEXT) as an order-only prerequisite.
637 637
638%.elc: %.el | bootstrap-emacs$(EXEEXT) 638%.elc: %.el | bootstrap-emacs$(EXEEXT)
639 @$(MAKE) -C ../lisp compile-onefile THEFILE=$< EMACS="$(bootstrap_exe)" 639 @$(MAKE) -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c
640 640
641## VCSWITNESS points to the file that holds info about the current checkout. 641## VCSWITNESS points to the file that holds info about the current checkout.
642## We use it as a heuristic to decide when to rebuild loaddefs.el. 642## We use it as a heuristic to decide when to rebuild loaddefs.el.