From: Richard M. Stallman Date: Thu, 3 Jul 1997 04:05:29 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM_TEMACS): New variable. X-Git-Tag: emacs-20.1~1376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f5ee43fcf91d16051f78d79bf4a9cff73baa38e;p=emacs.git (LD_SWITCH_SYSTEM_TEMACS): New variable. (ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS. --- diff --git a/src/Makefile.in b/src/Makefile.in index ae0fc8a5eff..c2bf1fd6c17 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -450,7 +450,8 @@ LD=ld #endif /* not COFF_ENCAPSULATE */ #endif /* not ORDINARY_LINK */ -ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) +ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ + LD_SWITCH_SITE $(LDFLAGS) /* 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