emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fa658b2: Put default action first in src/Makefile


From: Paul Eggert
Subject: [Emacs-diffs] master fa658b2: Put default action first in src/Makefile
Date: Sat, 23 May 2015 22:08:23 +0000

branch: master
commit fa658b2e9075f6990e52c2f08a70586c87e98d22
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Put default action first in src/Makefile
    
    * src/Makefile.in (all): Put this rule before lisp.mk.
    That way, plain 'make' works in the src directory again.
---
 src/Makefile.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index d0df326..ad235bb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -422,6 +422,9 @@ otherobj= $(TERMCAP_OBJ) $(PRE_ALLOC_OBJ) $(GMALLOC_OBJ) 
$(RALLOC_OBJ) \
 address@hidden@
 ALLOBJS = $(FIRSTFILE_OBJ) $(VMLIMIT_OBJ) $(obj) $(otherobj)
 
+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
@@ -466,9 +469,6 @@ LIBES = $(LIBS) $(W32_LIBS) $(LIBS_GNUSTEP) $(LIBX_BASE) 
$(LIBIMAGE) \
    $(LIBGNUTLS_LIBS) $(LIB_PTHREAD) \
    $(GFILENOTIFY_LIBS) $(LIB_MATH) $(LIBZ)
 
-all: emacs$(EXEEXT) $(OTHER_FILES)
-.PHONY: all
-
 $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT)
        $(MAKE) -C ../leim leim-list.el EMACS="$(bootstrap_exe)"
 



reply via email to

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