Remove unused Makefile variables STARTFLAGS.
authorGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 06:40:19 +0000 (23:40 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 06:40:19 +0000 (23:40 -0700)
* src/Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
Remove ${STARTFLAGS}, nothing ever sets it.

src/ChangeLog
src/Makefile.in

index 3fc8f08..7b331c5 100644 (file)
@@ -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.
index a55fd6e..c7d4386 100644 (file)
@@ -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)