diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-20 08:22:09 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-20 08:22:09 +0000 |
commit | 17855f328bd1cd037cb3e2b45c5ff1c0167c2c38 (patch) | |
tree | 8f7d96fe3524524880a9982b8d4f84e1aba82290 /iconvdata | |
parent | b702b4eed310fa020268f7d59ac9af17be6dabd3 (diff) | |
download | glibc-17855f328bd1cd037cb3e2b45c5ff1c0167c2c38.tar.gz |
Fix typo.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 4cf573fb73..0312c6a245 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 |