]> git.eshelyaron.com Git - emacs.git/commitdiff
Make bare "make" in src actually build emacs again
authorDaniel Colascione <dancol@dancol.org>
Mon, 26 Feb 2018 17:18:02 +0000 (09:18 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 26 Feb 2018 17:18:11 +0000 (09:18 -0800)
* src/Makefile.in (all): Move target ahead of dep-file inclusion.

src/Makefile.in

index 1f1ae40efef7f523bb1c6924c9103f675d9f0c7e..1d23425969c053e2f3b0eb161e671b293580b811 100644 (file)
@@ -442,6 +442,10 @@ otherobj= $(TERMCAP_OBJ) $(PRE_ALLOC_OBJ) $(GMALLOC_OBJ) $(RALLOC_OBJ) \
 FIRSTFILE_OBJ=@FIRSTFILE_OBJ@
 ALLOBJS = $(FIRSTFILE_OBJ) $(VMLIMIT_OBJ) $(obj) $(otherobj)
 
+# Must be first, before dep inclusion!
+all: emacs$(EXEEXT) $(OTHER_FILES)
+.PHONY: all
+
 AUTO_DEPEND = @AUTO_DEPEND@
 DEPDIR = deps
 ifeq ($(AUTO_DEPEND),yes)
@@ -452,9 +456,6 @@ else
   include $(srcdir)/deps.mk
 endif
 
-all: emacs$(EXEEXT) $(OTHER_FILES)
-.PHONY: all
-
 ## This is the list of all Lisp files that might be loaded into the
 ## dumped Emacs.  Some of them are not loaded on all platforms, but
 ## the DOC file on every platform uses them (because the DOC file is