From: Andreas Jaeger Date: Mon, 26 Feb 2001 11:27:04 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~16483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5af65d0eccd3d9aa4ce54090fa66620b0810aefe;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2001-02-26 Andreas Jaeger * iconvdata/Makefile (tests): Fix typo in last patch. --- diff --git a/ChangeLog b/ChangeLog index e6fa9d8..1f3cf6a 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 0312c6a..e159b4b 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