changeset 110904:e887f48abae5

* src/Makefile.in (CRT_DIR): Move near potential user. (START_FILE): Move near CRT_DIR, it might use it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 10 Oct 2010 07:47:43 -0700
parents 0e6d88c45380
children 158de1f7d257
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 10 07:43:05 2010 -0700
+++ b/src/ChangeLog	Sun Oct 10 07:47:43 2010 -0700
@@ -1,6 +1,8 @@
 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* 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
--- a/src/Makefile.in	Sun Oct 10 07:43:05 2010 -0700
+++ b/src/Makefile.in	Sun Oct 10 07:47:43 2010 -0700
@@ -64,8 +64,6 @@
 OTHER_FILES = @OTHER_FILES@
 
 ## Flags to pass for profiling builds
-CRT_DIR=@CRT_DIR@
-
 PROFILING_CFLAGS = @PROFILING_CFLAGS@
 PROFILING_LDFLAGS = @PROFILING_LDFLAGS@
 
@@ -125,8 +123,10 @@
 ## Where to find libgcc.a, if using gcc and necessary.
 LIB_GCC=@LIB_GCC@
 
+CRT_DIR=@CRT_DIR@
 ## May use $CRT_DIR.
 LIB_STANDARD=@LIB_STANDARD@
+START_FILES = @START_FILES@
 
 ## -lm, or empty.
 LIB_MATH=@LIB_MATH@
@@ -295,8 +295,6 @@
 
 RUN_TEMACS = `/bin/pwd`/temacs
 
-START_FILES = @START_FILES@
-
 UNEXEC_OBJ = @UNEXEC_OBJ@
 
 CANNOT_DUMP=@CANNOT_DUMP@