diff --git a/ChangeLog b/ChangeLog index e6fa9d84c3..1f3cf6a319 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-26 Andreas Jaeger + + * iconvdata/Makefile (tests): Fix typo in last patch. + 2001-02-25 Andreas Jaeger * intl/Makefile (plural.c): Reorder rules so that they work if diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 0312c6a245..e159b4bdeb 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -260,7 +260,7 @@ include ../Rules ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out -ifeq (no,$(PERL)) +ifneq (no,$(PERL)) tests: $(objpfx)mtrace-tst-loading endif endif