aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-23 10:40:47 -0700
committerDan Nicolaescu2010-04-23 10:40:47 -0700
commita63f80b465fa89d4a3905dbbe82d5ecc01991b29 (patch)
tree4d3291c87314daaec0e58f9c52525054c00647f6 /src
parent9ae0c31028f246f77a16f4989d5c63bfbbee4832 (diff)
downloademacs-a63f80b465fa89d4a3905dbbe82d5ecc01991b29.tar.gz
emacs-a63f80b465fa89d4a3905dbbe82d5ecc01991b29.zip
* Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
(TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in8
2 files changed, 6 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 161bdb80e15..73e0d967678 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5
12010-04-23 Stefan Monnier <monnier@iro.umontreal.ca> 62010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style. 8 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
diff --git a/src/Makefile.in b/src/Makefile.in
index e0b7013c0ab..e6f64651b72 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -196,12 +196,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
196#define LD_SWITCH_MACHINE 196#define LD_SWITCH_MACHINE
197#endif 197#endif
198 198
199/* This holds special options for linking temacs
200 that should be used for linking anything else. */
201#ifndef LD_SWITCH_MACHINE_TEMACS
202#define LD_SWITCH_MACHINE_TEMACS
203#endif
204
205/* These macros are for switches specifically related to X Windows. */ 199/* These macros are for switches specifically related to X Windows. */
206#ifndef C_SWITCH_X_MACHINE 200#ifndef C_SWITCH_X_MACHINE
207#define C_SWITCH_X_MACHINE 201#define C_SWITCH_X_MACHINE
@@ -403,7 +397,7 @@ LD=ld
403/* Flags to pass to LD only for temacs. */ 397/* Flags to pass to LD only for temacs. */
404/* Do not split this line with a backslash. That can cause trouble with 398/* Do not split this line with a backslash. That can cause trouble with
405 some cpps. */ 399 some cpps. */
406TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE LD_SWITCH_MACHINE_TEMACS 400TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE
407 401
408/* A macro which other sections of Makefile can redefine to munge the 402/* A macro which other sections of Makefile can redefine to munge the
409 flags before they are passed to LD. This is helpful if you have 403 flags before they are passed to LD. This is helpful if you have