diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/Makefile.in | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d451e873adb..ba513b1bcf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): | ||
| 4 | Remove. | ||
| 5 | (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS. | ||
| 6 | |||
| 1 | 2010-05-26 Kenichi Handa <handa@m17n.org> | 7 | 2010-05-26 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * composite.c (composition_compute_stop_pos): Fix condition for | 9 | * composite.c (composition_compute_stop_pos): Fix condition for |
diff --git a/src/Makefile.in b/src/Makefile.in index 0a2d1d0a8ab..bbe573e69be 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -111,14 +111,8 @@ LD_SWITCH_SYSTEM=@LD_SWITCH_SYSTEM@ | |||
| 111 | ## which are only good with temacs. | 111 | ## which are only good with temacs. |
| 112 | LD_SWITCH_SYSTEM_TEMACS=@LD_SWITCH_SYSTEM_TEMACS@ | 112 | LD_SWITCH_SYSTEM_TEMACS=@LD_SWITCH_SYSTEM_TEMACS@ |
| 113 | 113 | ||
| 114 | ## If NS_IMPL_GNUSTEP, some definitions and includes are expanded here. | ||
| 115 | @NS_IMPL_GNUSTEP_INC@ | ||
| 116 | |||
| 117 | ## This uses ${CONFIG_SYSTEM_LIBS} from NS_IMPL_GNUSTEP_INC. | ||
| 118 | NS_IMPL_GNUSTEP_TEMACS_LDFLAGS=@NS_IMPL_GNUSTEP_TEMACS_LDFLAGS@ | ||
| 119 | |||
| 120 | ## Flags to pass to ld only for temacs. | 114 | ## Flags to pass to ld only for temacs. |
| 121 | TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS) $(NS_IMPL_GNUSTEP_TEMACS_LDFLAGS) | 115 | TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS) |
| 122 | 116 | ||
| 123 | ## $LDFLAGS, or empty if NS_IMPL_GNUSTEP (for some reason). | 117 | ## $LDFLAGS, or empty if NS_IMPL_GNUSTEP (for some reason). |
| 124 | TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@ | 118 | TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@ |