]> git.eshelyaron.com Git - emacs.git/commitdiff
(ALL_LDFLAGS): Add LDFLAGS.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 May 1994 19:44:17 +0000 (19:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 May 1994 19:44:17 +0000 (19:44 +0000)
(MAKE): Don't override a previous value of MAKE set by configure.

src/Makefile.in

index 8340f56ba60f20a843aaacf7a0a080e9d857f072..59e4ec98ad49c49501ad585507b77d443d938825 100644 (file)
@@ -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