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. --- iconvdata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata') 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 v1.2.1