From: Richard M. Stallman Date: Tue, 17 May 1994 19:44:17 +0000 (+0000) Subject: (ALL_LDFLAGS): Add LDFLAGS. X-Git-Tag: emacs-19.34~8322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b46498ae45f3a3d665aafc7fe3f9a45dff47d508;p=emacs.git (ALL_LDFLAGS): Add LDFLAGS. (MAKE): Don't override a previous value of MAKE set by configure. --- diff --git a/src/Makefile.in b/src/Makefile.in index 8340f56ba60..59e4ec98ad4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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