diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-25 12:48:58 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-25 12:48:58 +0000 |
commit | 700f371b214cec5f62bdeb1e54aabca4f0b89d49 (patch) | |
tree | 5313054c303dfeec3706608b933b1a17f4a4ba3d | |
parent | 7a7a7ee5f1bdad1995011b704f0a5a526c425575 (diff) | |
download | glibc-700f371b214cec5f62bdeb1e54aabca4f0b89d49.tar glibc-700f371b214cec5f62bdeb1e54aabca4f0b89d49.tar.gz glibc-700f371b214cec5f62bdeb1e54aabca4f0b89d49.tar.bz2 glibc-700f371b214cec5f62bdeb1e54aabca4f0b89d49.zip |
Update.
* iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on
gconv-modules.
2000-08-25 Andreas Jaeger <aj@suse.de>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | iconvdata/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-08-25 Andreas Jaeger <aj@suse.de> + * iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on + gconv-modules. + +2000-08-25 Andreas Jaeger <aj@suse.de> + * manual/arith.texi (Control Functions): Clarify possible arguments. Closes PR libc/1856. diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 34c3f52f0d..195a81ec81 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -248,6 +248,8 @@ tests: $(objpfx)iconv-test.out endif endif +$(objpfx)bug-iconv1.out: $(objpfx)gconv-modules + $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \ $(addprefix $(objpfx),$(modules.so)) \ $(common-objdir)/iconv/iconv_prog TESTS |