Fix typo.

This commit is contained in:
Andreas Jaeger 2001-02-20 08:22:09 +00:00
parent b702b4eed3
commit 17855f328b

View file

@ -260,7 +260,7 @@ include ../Rules
ifeq (no,$(cross-compiling)) ifeq (no,$(cross-compiling))
ifeq (yes,$(build-shared)) ifeq (yes,$(build-shared))
tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out
ifeq (no,$(PERL) ifeq (no,$(PERL))
tests: $(objpfx)mtrace-tst-loading tests: $(objpfx)mtrace-tst-loading
endif endif
endif endif