From afb44cc2a5095f015fd36c640863cda1d6592810 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 25 Nov 2002 19:08:14 +0000 Subject: [PATCH] (TEMACS_LDFLAGS): Update last change. --- src/Makefile.in | 8 +++----- 1 file 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 #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 # +/* Don't split this line with a backslash. That can cause trouble with + some cpps. */ +TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE 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 -- 2.39.2