From: Dave Love Date: Thu, 17 Oct 2002 15:21:44 +0000 (+0000) Subject: (TEMACS_LDFLAGS): Add trailing comment. X-Git-Tag: ttn-vms-21-2-B4~12810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e878cc72298d66d35ee23fe23b350f4ebc3e5c3;p=emacs.git (TEMACS_LDFLAGS): Add trailing comment. --- 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 #endif /* not ORDINARY_LINK */ /* Flags to pass to LD only for temacs. */ +/* Don't delete the trailing comment character or you lose on Tru64 + with /usr/lib/cpp, for instance, when INTERVAL_SRC... comes immediately + after the backslash. */ TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ - LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE + LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE # /* 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