emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100323: Remove unused Makefile varia


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100323: Remove unused Makefile variables STARTFLAGS.
Date: Sat, 15 May 2010 23:40:19 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100323
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-15 23:40:19 -0700
message:
  Remove unused Makefile variables STARTFLAGS.
  * src/Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
  Remove ${STARTFLAGS}, nothing ever sets it.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-16 05:40:10 +0000
+++ b/src/ChangeLog     2010-05-16 06:40:19 +0000
@@ -1,3 +1,8 @@
+2010-05-16  Glenn Morris  <address@hidden>
+
+       * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
+       Remove ${STARTFLAGS}, nothing ever sets it.
+
 2010-05-16  Dan Nicolaescu  <address@hidden>
 
        * m/ia64.h (UNEXEC): Remove, set in s/*.h.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-16 00:30:14 +0000
+++ b/src/Makefile.in   2010-05-16 06:40:19 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]