emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 25271a6: Make bare "make" in src actually build ema


From: Daniel Colascione
Subject: [Emacs-diffs] master 25271a6: Make bare "make" in src actually build emacs again
Date: Mon, 26 Feb 2018 12:19:06 -0500 (EST)

branch: master
commit 25271a63a01f5cfd7983713fb7a67b21c3c72b1c
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Make bare "make" in src actually build emacs again
    
    * src/Makefile.in (all): Move target ahead of dep-file inclusion.
---
 src/Makefile.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 1f1ae40..1d23425 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -442,6 +442,10 @@ otherobj= $(TERMCAP_OBJ) $(PRE_ALLOC_OBJ) $(GMALLOC_OBJ) 
$(RALLOC_OBJ) \
 address@hidden@
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]