Mercurial > emacs
changeset 108622:3191c35765a2
Remove unused Makefile variables STARTFLAGS.
* src/Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
Remove ${STARTFLAGS}, nothing ever sets it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 15 May 2010 23:40:19 -0700 |
parents | 880007fe488b |
children | 6b62ba6da320 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 15 22:58:55 2010 -0700 +++ b/src/ChangeLog Sat May 15 23:40:19 2010 -0700 @@ -1,3 +1,8 @@ +2010-05-16 Glenn Morris <rgm@gnu.org> + + * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]: + Remove ${STARTFLAGS}, nothing ever sets it. + 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu> * m/ia64.h (UNEXEC): Remove, set in s/*.h.
--- a/src/Makefile.in Sat May 15 22:58:55 2010 -0700 +++ b/src/Makefile.in Sat May 15 23:40:19 2010 -0700 @@ -678,9 +678,8 @@ -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \ ${obj} ${otherobj} ${LIBES} #else - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \ - -o temacs ${START_FILES} ${obj} ${otherobj} \ - ${LIBES} + $(LD) YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} ) $(LDFLAGS) \ + -o temacs ${START_FILES} ${obj} ${otherobj} ${LIBES} #endif prefix-args${EXEEXT}: prefix-args.o $(config_h)