aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-16 10:58:27 -0700
committerGlenn Morris2010-05-16 10:58:27 -0700
commit8877ca0fdc090b6506a95272c0e6f1e16c3b0571 (patch)
treeb8e3f61337d275e60c228a35b3855f30cf3bc43f /src/ChangeLog
parent5fdb74689d393b76a7a5edff57205ff27fcd7bc1 (diff)
downloademacs-8877ca0fdc090b6506a95272c0e6f1e16c3b0571.tar.gz
emacs-8877ca0fdc090b6506a95272c0e6f1e16c3b0571.zip
Simplify temacs build rule.
* configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable. (START_FILES): Set to empty if NS_IMPL_GNUSTEP. (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output, nothing uses. * configure: Regenerate. * src/Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused. (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure. (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic. (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced. Make most of the NS_IMPL_GNUSTEP case the same as the default case. * msdos/sed1v2.inp (GNUSTEP_SYSTEM_LIBRARIES): Remove. (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): Edit to empty.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b331c578af..e4f2b5f0db3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12010-05-16 Glenn Morris <rgm@gnu.org> 12010-05-16 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
5 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
6 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
7 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
8
3 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]: 9 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4 Remove ${STARTFLAGS}, nothing ever sets it. 10 Remove ${STARTFLAGS}, nothing ever sets it.
5 11