Mercurial > emacs
changeset 7531:ba949f15f8c4
(ALL_LDFLAGS): Add LDFLAGS.
(MAKE): Don't override a previous value of MAKE set by configure.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 17 May 1994 19:44:17 +0000 |
parents | 57c2345a9002 |
children | 996928472982 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue May 17 19:38:45 1994 +0000 +++ b/src/Makefile.in Tue May 17 19:44:17 1994 +0000 @@ -74,8 +74,6 @@ /* On some systems we may not be able to use the system make command. */ #ifdef MAKE_COMMAND MAKE = MAKE_COMMAND -#else -MAKE=make #endif #ifdef C_COMPILER @@ -395,7 +393,7 @@ #endif /* not COFF_ENCAPSULATE */ #endif /* not ORDINARY_LINK */ -ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE +ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) /* A macro which other sections of ymakefile can redefine to munge the flags before they're passed to LD. This is helpful if you have