Mercurial > emacs
diff src/Makefile.in @ 18570:b49772979571
(LD_SWITCH_SYSTEM_TEMACS): New variable.
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 03 Jul 1997 04:05:29 +0000 |
| parents | 96aacd871a54 |
| children | 350a4dffed95 |
line wrap: on
line diff
--- a/src/Makefile.in Thu Jul 03 04:05:16 1997 +0000 +++ b/src/Makefile.in Thu Jul 03 04:05:29 1997 +0000 @@ -450,7 +450,8 @@ #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
