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
a63f80b4
Commit
a63f80b4
authored
Apr 23, 2010
by
Dan Nicolaescu
Browse files
* Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
(TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
parent
9ae0c310
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+1
-7
No files found.
src/ChangeLog
View file @
a63f80b4
2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
(TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
* gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
...
...
src/Makefile.in
View file @
a63f80b4
...
...
@@ -196,12 +196,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
#define LD_SWITCH_MACHINE
#endif
/*
This
holds
special
options
for
linking
temacs
that
should
be
used
for
linking
anything
else.
*/
#ifndef LD_SWITCH_MACHINE_TEMACS
#define LD_SWITCH_MACHINE_TEMACS
#endif
/* These macros are for switches specifically related to X Windows. */
#ifndef C_SWITCH_X_MACHINE
#define C_SWITCH_X_MACHINE
...
...
@@ -403,7 +397,7 @@ LD=ld
/* Flags to pass to LD only for temacs. */
/* Do not split this line with a backslash. That can cause trouble with
some cpps. */
TEMACS_LDFLAGS
=
LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE
LD_SWITCH_MACHINE_TEMACS
TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE
/* A macro which other sections of Makefile can redefine to munge the
flags before they are passed to LD. This is helpful if you have
...
...
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