From: Andreas Jaeger Date: Mon, 26 Feb 2001 11:27:04 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_3~343 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5af65d0eccd3d9aa4ce54090fa66620b0810aefe;p=thirdparty%2Fglibc.git Update. 2001-02-26 Andreas Jaeger * iconvdata/Makefile (tests): Fix typo in last patch. --- diff --git a/ChangeLog b/ChangeLog index e6fa9d84c36..1f3cf6a3193 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 0312c6a2457..e159b4bdebe 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