mirror of
https://github.com/curl/curl.git
synced 2026-06-08 08:24:14 +03:00
tests: check perl for build-certs target
This commit is contained in:
parent
5ecd701442
commit
e4a4c5ed1a
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ endif
|
|||
perlcheck:
|
||||
@if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
|
||||
|
||||
build-certs:
|
||||
build-certs: perlcheck
|
||||
(cd certs && $(MAKE))
|
||||
|
||||
# alias for 'test' to match CMake, where 'test' is a reserved target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue