diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-03-06 02:24:48 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-03-06 02:24:48 +0000 |
commit | fa437a3ef822f0dd62b16abdf3675f55329cb901 (patch) | |
tree | 22571f93e5dbd648536104c373310e12bf37ab9e /ChangeLog.pre-1-0 | |
parent | 66510db0a413e71a024c3d8b0b6f8e99ce864e2b (diff) | |
download | pango-fa437a3ef822f0dd62b16abdf3675f55329cb901.tar.gz |
Ignore return status from for loop, in case the last test -f happens to
2002-03-06 Tor Lillqvist <tml@iki.fi>
* pango/Makefile.am (install-exec-local): Ignore return status
from for loop, in case the last test -f happens to fail. Handle
also the libpangowin32 .la file.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index e4cc90f6..193e1d67 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,5 +1,9 @@ 2002-03-06 Tor Lillqvist <tml@iki.fi> + * pango/Makefile.am (install-exec-local): Ignore return status + from for loop, in case the last test -f happens to fail. Handle + also the libpangowin32 .la file. + * pango/Makefile.am (libpangoft2_1_0_la_LDFLAGS): Use pangoft2_export_symbols, not pangowin32_export_symbols. |