aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 04fabd5f424..706beb453b6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -616,7 +616,7 @@ endif
616## icon set. 616## icon set.
617 617
618ifeq ($(HAVE_BE_APP),yes) 618ifeq ($(HAVE_BE_APP),yes)
619Emacs: emacs$(EXEEXT) 619Emacs: emacs$(EXEEXT) $(libsrc)/be-resources
620 $(AM_V_GEN) cp -f emacs$(EXEEXT) $@ 620 $(AM_V_GEN) cp -f emacs$(EXEEXT) $@
621 $(AM_V_at) $(libsrc)/be-resources \ 621 $(AM_V_at) $(libsrc)/be-resources \
622 $(etc)/images/icons/hicolor/32x32/apps/emacs.png $@ 622 $(etc)/images/icons/hicolor/32x32/apps/emacs.png $@
@@ -914,6 +914,9 @@ $(bootstrap_pdmp): bootstrap-emacs$(EXEEXT)
914 $(RUN_TEMACS) --batch $(BUILD_DETAILS) -l loadup --temacs=pbootstrap \ 914 $(RUN_TEMACS) --batch $(BUILD_DETAILS) -l loadup --temacs=pbootstrap \
915 --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) 915 --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR)
916 @: Compile some files earlier to speed up further compilation. 916 @: Compile some files earlier to speed up further compilation.
917 @: First, byte compile these files, ....
918 ANCIENT=yes $(MAKE) -C ../lisp compile-first EMACS="$(bootstrap_exe)"
919 @: .... then use their .elcs in native compiling these and other files.
917 $(MAKE) -C ../lisp compile-first EMACS="$(bootstrap_exe)" 920 $(MAKE) -C ../lisp compile-first EMACS="$(bootstrap_exe)"
918endif 921endif
919 922