aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d0df3260356..ad235bbcd4d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -422,6 +422,9 @@ otherobj= $(TERMCAP_OBJ) $(PRE_ALLOC_OBJ) $(GMALLOC_OBJ) $(RALLOC_OBJ) \
422FIRSTFILE_OBJ=@FIRSTFILE_OBJ@ 422FIRSTFILE_OBJ=@FIRSTFILE_OBJ@
423ALLOBJS = $(FIRSTFILE_OBJ) $(VMLIMIT_OBJ) $(obj) $(otherobj) 423ALLOBJS = $(FIRSTFILE_OBJ) $(VMLIMIT_OBJ) $(obj) $(otherobj)
424 424
425all: emacs$(EXEEXT) $(OTHER_FILES)
426.PHONY: all
427
425## This is the list of all Lisp files that might be loaded into the 428## This is the list of all Lisp files that might be loaded into the
426## dumped Emacs. Some of them are not loaded on all platforms, but 429## dumped Emacs. Some of them are not loaded on all platforms, but
427## the DOC file on every platform uses them (because the DOC file is 430## the DOC file on every platform uses them (because the DOC file is
@@ -466,9 +469,6 @@ LIBES = $(LIBS) $(W32_LIBS) $(LIBS_GNUSTEP) $(LIBX_BASE) $(LIBIMAGE) \
466 $(LIBGNUTLS_LIBS) $(LIB_PTHREAD) \ 469 $(LIBGNUTLS_LIBS) $(LIB_PTHREAD) \
467 $(GFILENOTIFY_LIBS) $(LIB_MATH) $(LIBZ) 470 $(GFILENOTIFY_LIBS) $(LIB_MATH) $(LIBZ)
468 471
469all: emacs$(EXEEXT) $(OTHER_FILES)
470.PHONY: all
471
472$(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) 472$(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT)
473 $(MAKE) -C ../leim leim-list.el EMACS="$(bootstrap_exe)" 473 $(MAKE) -C ../leim leim-list.el EMACS="$(bootstrap_exe)"
474 474