mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
(ALL_LDFLAGS): Add LDFLAGS.
(MAKE): Don't override a previous value of MAKE set by configure.
This commit is contained in:
parent
d520f0d2ad
commit
b46498ae45
1 changed files with 1 additions and 3 deletions
|
|
@ -74,8 +74,6 @@ SHELL=/bin/sh
|
|||
/* 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 @@ LD=ld
|
|||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue