aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-10-17 15:21:44 +0000
committerDave Love2002-10-17 15:21:44 +0000
commit2e878cc72298d66d35ee23fe23b350f4ebc3e5c3 (patch)
tree164258941c10242825f55f3064c84a3d534f88db /src
parentb54a8cd3ba61c27a501bb16564e0126e5f66e622 (diff)
downloademacs-2e878cc72298d66d35ee23fe23b350f4ebc3e5c3.tar.gz
emacs-2e878cc72298d66d35ee23fe23b350f4ebc3e5c3.zip
(TEMACS_LDFLAGS): Add trailing comment.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 5c8b88eef1b..0169205240e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -506,8 +506,11 @@ 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
510 with /usr/lib/cpp, for instance, when INTERVAL_SRC... comes immediately
511 after the backslash. */
509TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ 512TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
510 LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE 513 LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE #
511 514
512/* A macro which other sections of Makefile can redefine to munge the 515/* A macro which other sections of Makefile can redefine to munge the
513 flags before they're passed to LD. This is helpful if you have 516 flags before they're passed to LD. This is helpful if you have