summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-03 04:05:29 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-03 04:05:29 +0000
commitc0b02517bd55fa88fe3d257363bdfcac502af018 (patch)
tree2b7e5be8645b6910792cb30cba079ead36b3e926
parent40e7faef44852530522a04210ffb78de90567522 (diff)
downloademacs-c0b02517bd55fa88fe3d257363bdfcac502af018.tar.gz
(LD_SWITCH_SYSTEM_TEMACS): New variable.
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ae0fc8a5eff..c2bf1fd6c17 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -450,7 +450,8 @@ LD=ld
#endif /* not COFF_ENCAPSULATE */
#endif /* not ORDINARY_LINK */
-ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
+ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
+ LD_SWITCH_SITE $(LDFLAGS)
/* A macro which other sections of Makefile can redefine to munge the
flags before they're passed to LD. This is helpful if you have