aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-11-25 19:08:14 +0000
committerDave Love2002-11-25 19:08:14 +0000
commitafb44cc2a5095f015fd36c640863cda1d6592810 (patch)
tree6c6620625ed61c41e776557c394e70b9f46829c0 /src
parent656c33dc70f0cf2682cb242def9fdd86edcd6504 (diff)
downloademacs-afb44cc2a5095f015fd36c640863cda1d6592810.tar.gz
emacs-afb44cc2a5095f015fd36c640863cda1d6592810.zip
(TEMACS_LDFLAGS): Update last change.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 63e38faba6e..6e58989624a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -506,11 +506,9 @@ LD=ld
506#endif /* not ORDINARY_LINK */ 506#endif /* not ORDINARY_LINK */
507 507
508/* Flags to pass to LD only for temacs. */ 508/* Flags to pass to LD only for temacs. */
509/* Don't delete the trailing comment character or you lose on Tru64 509/* Don't split this line with a backslash. That can cause trouble with
510 with /usr/lib/cpp, for instance, when INTERVAL_SRC... comes immediately 510 some cpps. */
511 after the backslash. */ 511TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE
512TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
513 LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE #
514 512
515/* A macro which other sections of Makefile can redefine to munge the 513/* A macro which other sections of Makefile can redefine to munge the
516 flags before they're passed to LD. This is helpful if you have 514 flags before they're passed to LD. This is helpful if you have