Mercurial > emacs
changeset 47909:452d68adc2c1
(TEMACS_LDFLAGS): Add trailing comment.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 17 Oct 2002 15:21:44 +0000 |
parents | 797dfaf47e31 |
children | 729eccda4769 |
files | src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Oct 17 07:33:54 2002 +0000 +++ b/src/Makefile.in Thu Oct 17 15:21:44 2002 +0000 @@ -506,8 +506,11 @@ #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