diff options
| author | Glenn Morris | 2010-05-24 21:25:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-24 21:25:15 -0700 |
| commit | c345fe90206916a13a261bf7ec5827ccd4bd9147 (patch) | |
| tree | d69f7640c70abdf8dd6e1aab0c239b98855feb03 /src/ChangeLog | |
| parent | 2e0689abafc503d1e07a9f970da68d9981baec21 (diff) | |
| download | emacs-c345fe90206916a13a261bf7ec5827ccd4bd9147.tar.gz emacs-c345fe90206916a13a261bf7ec5827ccd4bd9147.zip | |
Relocate NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
* src/Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
Move before TEMACS_LDFLAGS.
(TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
(temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2908810322c..56879fff87c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-05-25 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-25 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): | ||
| 4 | Move before TEMACS_LDFLAGS. | ||
| 5 | (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS. | ||
| 6 | (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS. | ||
| 7 | |||
| 3 | * Makefile.in (NOT_C_CODE): No longer define. | 8 | * Makefile.in (NOT_C_CODE): No longer define. |
| 4 | (config.h): No longer include. | 9 | (config.h): No longer include. |
| 5 | 10 | ||