# HG changeset patch # User Richard M. Stallman # Date 757236056 0 # Node ID f416b0f85249cb2eea87950f68e10df69591a11b # Parent e4f5f2674f343e7e0506b344907f2e753d2c1bd5 (LDFLAGS): Define as empty. (ALL_LDFLAGS): Define as LDFLAGS used to be defined. (temacs): Use ALL_LDFLAGS. diff -r e4f5f2674f34 -r f416b0f85249 src/Makefile.in --- a/src/Makefile.in Wed Dec 29 07:43:21 1993 +0000 +++ b/src/Makefile.in Thu Dec 30 07:20:56 1993 +0000 @@ -26,6 +26,7 @@ CC=@CC@ CPP=@CPP@ CFLAGS=@CFLAGS@ +LDFLAGS= C_SWITCH_SYSTEM= LN_S=@LN_S@ # These escaped doublequotes become part of the macro definition in emacs.c. @@ -360,7 +361,7 @@ #endif /* ! defined (COFF_ENCAPSULATE) */ #endif /* not ORDINARY_LINK */ -LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE +ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE /* 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 @@ -561,7 +562,7 @@ #endif temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${LDFLAGS}) \ + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) ${LDFLAGS} \ -o temacs ${STARTFILES} ${obj} ${otherobj} \ OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}