Mercurial > emacs
changeset 28546:74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 10 Apr 2000 19:11:45 +0000 |
parents | 19535c629080 |
children | 64b8401fb9a5 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Apr 10 17:42:19 2000 +0000 +++ b/src/Makefile.in Mon Apr 10 19:11:45 2000 +0000 @@ -874,8 +874,7 @@ #endif temacs: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args - all_ldflags="${ALL_LDFLAGS}" && \ - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} $${all_ldflags}) \ + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \ -o temacs ${STARTFILES} ${obj} ${otherobj} \ OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}