From 5af65d0eccd3d9aa4ce54090fa66620b0810aefe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 26 Feb 2001 11:27:04 +0000 Subject: Update. 2001-02-26 Andreas Jaeger * iconvdata/Makefile (tests): Fix typo in last patch. --- ChangeLog | 4 ++++ iconvdata/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1