mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
Remove unused Makefile variables STARTFLAGS.
* src/Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
Remove ${STARTFLAGS}, nothing ever sets it.
This commit is contained in:
parent
35a20d6ca3
commit
5fdb74689d
2 changed files with 7 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -678,9 +678,8 @@ temacs${EXEEXT}: $(LOCALCPP) $(START_FILES) stamp-oldxmenu ${obj} ${otherobj} pr
|
|||
-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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue