Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4cf3ad30
Commit
4cf3ad30
authored
Oct 10, 2010
by
Dan Nicolaescu
Browse files
* src/Makefile.in (CRT_DIR): Move near potential user.
(START_FILE): Move near CRT_DIR, it might use it.
parent
2cb72a75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile.in
src/Makefile.in
+2
-4
No files found.
src/ChangeLog
View file @
4cf3ad30
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
...
...
src/Makefile.in
View file @
4cf3ad30
...
...
@@ -64,8 +64,6 @@ bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)
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 @@ LIBS_SYSTEM=@LIBS_SYSTEM@
## 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 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
RUN_TEMACS
=
`
/bin/pwd
`
/temacs
START_FILES
=
@START_FILES@
UNEXEC_OBJ
=
@UNEXEC_OBJ@
CANNOT_DUMP
=
@CANNOT_DUMP@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment