aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-05-15 23:40:19 -0700
committerGlenn Morris2010-05-15 23:40:19 -0700
commit5fdb74689d393b76a7a5edff57205ff27fcd7bc1 (patch)
tree6d742a8e7a509001507a6b7b89ac53cec4295cc9 /src
parent35a20d6ca38bc68cfe8794defc6b2a6454df47b9 (diff)
downloademacs-5fdb74689d393b76a7a5edff57205ff27fcd7bc1.tar.gz
emacs-5fdb74689d393b76a7a5edff57205ff27fcd7bc1.zip
Remove unused Makefile variables STARTFLAGS.
* src/Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]: Remove ${STARTFLAGS}, nothing ever sets it.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in5
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3fc8f0844c6..7b331c578af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-05-16 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4 Remove ${STARTFLAGS}, nothing ever sets it.
5
12010-05-16 Dan Nicolaescu <dann@ics.uci.edu> 62010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * m/ia64.h (UNEXEC): Remove, set in s/*.h. 8 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
diff --git a/src/Makefile.in b/src/Makefile.in
index a55fd6ed058..c7d438695dd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -678,9 +678,8 @@ temacs${EXEEXT}: $(LOCALCPP) $(START_FILES) stamp-oldxmenu ${obj} ${otherobj} pr
678 -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \ 678 -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \
679 ${obj} ${otherobj} ${LIBES} 679 ${obj} ${otherobj} ${LIBES}
680#else 680#else
681 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \ 681 $(LD) YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} ) $(LDFLAGS) \
682 -o temacs ${START_FILES} ${obj} ${otherobj} \ 682 -o temacs ${START_FILES} ${obj} ${otherobj} ${LIBES}
683 ${LIBES}
684#endif 683#endif
685 684
686prefix-args${EXEEXT}: prefix-args.o $(config_h) 685prefix-args${EXEEXT}: prefix-args.o $(config_h)