From: Andreas Jaeger Date: Tue, 20 Feb 2001 08:22:09 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc-2_2_3~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17855f328bd1cd037cb3e2b45c5ff1c0167c2c38;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 4cf573fb73a..0312c6a2457 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) +ifeq (no,$(PERL)) tests: $(objpfx)mtrace-tst-loading endif endif