Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sun May 16 10:58:27 2010 -0700 +++ b/src/ChangeLog Sun May 16 16:01:56 2010 -0700 @@ -1,5 +1,8 @@ 2010-05-16 Glenn Morris <rgm@gnu.org> + * Makefile.in (TEMACS_LDFLAGS2): New, set by configure. + (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default. + * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused. (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure. (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
