emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] pdumper 6e74423 2/3: Move pdumper stuff below all target i


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper 6e74423 2/3: Move pdumper stuff below all target in src Makefile
Date: Mon, 26 Feb 2018 14:30:50 -0500 (EST)

branch: pdumper
commit 6e744233131ea71dad33a601b5919f3fab21f3b9
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Move pdumper stuff below all target in src Makefile
---
 src/Makefile.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index ba51333..6637480 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -411,14 +411,6 @@ base_obj = dispnew.o frame.o scroll.o xdisp.o menu.o 
$(XMENU_OBJ) window.o \
        $(W32_OBJ) $(WINDOW_SYSTEM_OBJ) $(XGSELOBJ) $(JSON_OBJ)
 obj = $(base_obj) $(NS_OBJC_OBJ)
 
-dmpstruct_headers=$(srcdir)/lisp.h $(srcdir)/buffer.h \
-       $(srcdir)/intervals.h $(srcdir)/charset.h
-pdumper.o: dmpstruct.h
-dmpstruct.h: $(srcdir)/dmpstruct.awk
-dmpstruct.h: $(libsrc)/make-fingerprint$(EXEEXT) $(dmpstruct_headers)
-       POSIXLY_CORRECT=1 awk -f $(srcdir)/dmpstruct.awk \
-               $(dmpstruct_headers) > $@
-
 ## Object files used on some machine or other.
 ## These go in the DOC file on all machines in case they are needed.
 ## Some of them have no DOC entries, but it does no harm to have them
@@ -459,6 +451,14 @@ ALLOBJS = $(FIRSTFILE_OBJ) $(VMLIMIT_OBJ) $(obj) 
$(otherobj)
 all: emacs$(EXEEXT) $(OTHER_FILES)
 .PHONY: all
 
+dmpstruct_headers=$(srcdir)/lisp.h $(srcdir)/buffer.h \
+       $(srcdir)/intervals.h $(srcdir)/charset.h
+pdumper.o: dmpstruct.h
+dmpstruct.h: $(srcdir)/dmpstruct.awk
+dmpstruct.h: $(libsrc)/make-fingerprint$(EXEEXT) $(dmpstruct_headers)
+       POSIXLY_CORRECT=1 awk -f $(srcdir)/dmpstruct.awk \
+               $(dmpstruct_headers) > $@
+
 AUTO_DEPEND = @AUTO_DEPEND@
 DEPDIR = deps
 ifeq ($(AUTO_DEPEND),yes)



reply via email to

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