mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:57:29 +03:00
Andres Garcia pointed out these Makefile mistakes...
This commit is contained in:
parent
2ae7d2e6ea
commit
33638d5347
2 changed files with 2 additions and 2 deletions
|
|
@ -138,6 +138,6 @@ ca-bundle: lib/mk-ca-bundle.pl
|
|||
@echo "generate a fresh ca-bundle.crt"
|
||||
@perl $< -b -l -u lib/ca-bundle.crt
|
||||
|
||||
ca-firefox: lib/db2pem.sh
|
||||
ca-firefox: lib/firefox-db2pem.sh
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
./lib/firefox-db2pem.sh lib/ca-bundle.crt
|
||||
|
|
|
|||
|
|
@ -265,6 +265,6 @@ ca-bundle: lib/mk-ca-bundle.pl
|
|||
@echo "generate a fresh ca-bundle.crt"
|
||||
@perl $< -b -l -u lib/ca-bundle.crt
|
||||
|
||||
ca-firefox: lib/db2pem.sh
|
||||
ca-firefox: lib/firefox-db2pem.sh
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
./lib/firefox-db2pem.sh lib/ca-bundle.crt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue