Mercurial > emacs
comparison src/ChangeLog @ 108624:ecb7cdb525f0
Simplify temacs build rule.
* configure.in (TEMACS_LDFLAGS2): New output variable.
* configure: Regenerate.
* msdos/sed1v2.inp (TEMACS_LDFLAGS2): Edit to $(LDFLAGS).
* src/Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
(temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 16 May 2010 16:01:56 -0700 |
parents | 6b62ba6da320 |
children | 840953137f6b |
comparison
equal
deleted
inserted
replaced
108623:6b62ba6da320 | 108624:ecb7cdb525f0 |
---|---|
1 2010-05-16 Glenn Morris <rgm@gnu.org> | 1 2010-05-16 Glenn Morris <rgm@gnu.org> |
2 | |
3 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure. | |
4 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default. | |
2 | 5 |
3 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused. | 6 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused. |
4 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure. | 7 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure. |
5 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic. | 8 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic. |
6 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced. | 9 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced. |