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:
parent
51b3445e84
commit
5657c56f63
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user