Mercurial > emacs
diff src/Makefile.in @ 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 | f6e879f6db8a |
| children | 4b0494b98967 |
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}
