Mercurial > emacs
diff src/Makefile.in @ 6810:6a097e7b87dc
(temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 11 Apr 1994 22:40:54 +0000 |
| parents | 16690b3596d1 |
| children | d61940f5430c |
line wrap: on
line diff
--- 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}
