# HG changeset patch # User Dave Love # Date 1034868104 0 # Node ID 452d68adc2c18bb86d3d72e6c5d994b230193bb9 # Parent 797dfaf47e316bdd024517bfd96c967f97decd84 (TEMACS_LDFLAGS): Add trailing comment. diff -r 797dfaf47e31 -r 452d68adc2c1 src/Makefile.in --- 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