# HG changeset patch # User Richard M. Stallman # Date 766104054 0 # Node ID 6a097e7b87dcd38215d4034f2161b4f345b06946 # Parent 071551122256dbf09251724235aa321ce4f796cc (temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS. diff -r 071551122256 -r 6a097e7b87dc src/Makefile.in --- a/src/Makefile.in Mon Apr 11 22:25:42 1994 +0000 +++ b/src/Makefile.in Mon Apr 11 22:40:54 1994 +0000 @@ -586,7 +586,7 @@ #endif temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}) ${ALL_LDFLAGS} \ + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \ -o temacs ${STARTFILES} ${obj} ${otherobj} \ OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}