diff options
-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 34c3f52..195a81e 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 |