diff options
| author | Glenn Morris | 2010-05-16 16:01:56 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-16 16:01:56 -0700 |
| commit | b02a664581bd689ab006de403b1ef357a814f495 (patch) | |
| tree | 7105f25de296929dc545cf16adeb8b9dd9cf09b9 /src/ChangeLog | |
| parent | 8877ca0fdc090b6506a95272c0e6f1e16c3b0571 (diff) | |
| download | emacs-b02a664581bd689ab006de403b1ef357a814f495.tar.gz emacs-b02a664581bd689ab006de403b1ef357a814f495.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4f2b5f0db3..d731dd88a5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-16 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-16 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (TEMACS_LDFLAGS2): New, set by configure. | ||
| 4 | (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default. | ||
| 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. |