mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:47:15 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue