mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Makefile.dist: fix ca-firefox
target
Follow-up to 8e22fc68e7
#8625
Closes #14804
This commit is contained in:
parent
0cdd9afd1e
commit
1ce626158a
@ -66,6 +66,6 @@ ca-bundle: scripts/mk-ca-bundle.pl
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
@perl $< -b -l -u lib/ca-bundle.crt
|
||||
|
||||
ca-firefox: lib/firefox-db2pem.sh
|
||||
ca-firefox: scripts/firefox-db2pem.sh
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
./lib/firefox-db2pem.sh lib/ca-bundle.crt
|
||||
./scripts/firefox-db2pem.sh lib/ca-bundle.crt
|
||||
|
Loading…
Reference in New Issue
Block a user