the invocation of YMF_PASS_LDFLAGS, in case both of them try to use backquotes.
+2000-03-12 Ken Raeburn <raeburn@gnu.org>
+
+ * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
+ variable before the invocation of YMF_PASS_LDFLAGS, in case both
+ of them try to use backquotes.
+
2000-03-12 Dave Love <fx@gnu.org>
* unexelf.c: Restore changes of 1999-10-19.
#endif
temacs: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args
- $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \
+ all_ldflags="${ALL_LDFLAGS}" && \
+ $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} $${all_ldflags}) \
-o temacs ${STARTFILES} ${obj} ${otherobj} \
OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}