tests/Makefile: typo in the perlcheck target

Bug: http://curl.haxx.se/bug/view.cgi?id=1239
Reported-by: Christian Weisgerber
This commit is contained in:
Daniel Stenberg 2013-06-04 23:22:11 +02:00
parent 51b3445e84
commit 5657c56f63
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ endif
perlcheck:
@if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
test: perhcheck all
test: perlcheck all
$(TEST)
quiet-test: perlcheck all