From: Glenn Morris Date: Sun, 16 May 2010 06:40:19 +0000 (-0700) Subject: Remove unused Makefile variables STARTFLAGS. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~208^2~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fdb74689d393b76a7a5edff57205ff27fcd7bc1;p=emacs.git Remove unused Makefile variables STARTFLAGS. * src/Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]: Remove ${STARTFLAGS}, nothing ever sets it. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3fc8f0844c6..7b331c578af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-05-16 Glenn Morris + + * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]: + Remove ${STARTFLAGS}, nothing ever sets it. + 2010-05-16 Dan Nicolaescu * 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 -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)