emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106375: * lib-src/Makefile.in (all):


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106375: * lib-src/Makefile.in (all): Make sure "all" is the first target.
Date: Mon, 14 Nov 2011 15:54:16 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106375
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-14 15:54:16 -0700
message:
  * lib-src/Makefile.in (all): Make sure "all" is the first target.
modified:
  lib-src/ChangeLog
  lib-src/Makefile.in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-10-27 00:59:21 +0000
+++ b/lib-src/ChangeLog 2011-11-14 22:54:16 +0000
@@ -1,3 +1,7 @@
+2011-11-14  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in (all): Make sure "all" is the first target.
+
 2011-10-27  Juanma Barranquero  <address@hidden>
 
        * emacsclient.c (w32_getenv): Silence compiler warnings.

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2011-07-24 22:15:47 +0000
+++ b/lib-src/Makefile.in       2011-11-14 22:54:16 +0000
@@ -175,11 +175,11 @@
 LINK_CFLAGS = ${BASE_CFLAGS} ${LDFLAGS} ${CFLAGS}
 CPP_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${CPPFLAGS} ${CFLAGS}
 
+all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} ${STAMP_INST_SCRIPTS} 
${STAMP_SCRIPTS}
+
 LOADLIBES = ../lib/libgnu.a $(LIBS_SYSTEM)
 $(EXE_FILES): ../lib/libgnu.a
 
-all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} ${STAMP_INST_SCRIPTS} 
${STAMP_SCRIPTS}
-
 ## These targets copy the scripts into the build directory so that
 ## they can be run from there in an uninstalled Emacs.
 ## Nothing to do if pwd = srcdir.


reply via email to

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