emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101898: * src/Makefile.in (CRT_DIR):


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101898: * src/Makefile.in (CRT_DIR): Move near potential user.
Date: Sun, 10 Oct 2010 07:47:43 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101898
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-10 07:47:43 -0700
message:
  * src/Makefile.in (CRT_DIR): Move near potential user.
  (START_FILE): Move near CRT_DIR, it might use it.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-10 14:43:05 +0000
+++ b/src/ChangeLog     2010-10-10 14:47:43 +0000
@@ -1,6 +1,8 @@
 2010-10-10  Dan Nicolaescu  <address@hidden>
 
        * Makefile.in: Use $(...) everywhere instead of ${...}
+       (CRT_DIR): Move near potential user.
+       (START_FILE): Move near CRT_DIR, it might use it.
 
        * sysdep.c (LPASS8): Remove, unused.
        (emacs_ospeed): Change from being a global to a local in the only

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-10-10 14:43:05 +0000
+++ b/src/Makefile.in   2010-10-10 14:47:43 +0000
@@ -64,8 +64,6 @@
 OTHER_FILES = @OTHER_FILES@
 
 ## Flags to pass for profiling builds
address@hidden@
-
 PROFILING_CFLAGS = @PROFILING_CFLAGS@
 PROFILING_LDFLAGS = @PROFILING_LDFLAGS@
 
@@ -125,8 +123,10 @@
 ## Where to find libgcc.a, if using gcc and necessary.
 address@hidden@
 
address@hidden@
 ## May use $CRT_DIR.
 address@hidden@
+START_FILES = @START_FILES@
 
 ## -lm, or empty.
 address@hidden@
@@ -295,8 +295,6 @@
 
 RUN_TEMACS = `/bin/pwd`/temacs
 
-START_FILES = @START_FILES@
-
 UNEXEC_OBJ = @UNEXEC_OBJ@
 
 address@hidden@


reply via email to

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