]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM_TEMACS): New variable.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 04:05:29 +0000 (04:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 04:05:29 +0000 (04:05 +0000)
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.

src/Makefile.in

index ae0fc8a5eff626726b235a01cf22753e5e89f6f1..c2bf1fd6c17ad8f2caec1682a3d6393c2402145f 100644 (file)
@@ -450,7 +450,8 @@ LD=ld
 #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