Makefile: fix "make ca-firefox"

Closes #8804
This commit is contained in:
Ryan Schmidt 2022-05-05 08:43:52 -05:00 committed by Daniel Stenberg
parent 5d3c57bfaa
commit a04f0b9613
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View File

@ -282,9 +282,9 @@ ca-bundle: scripts/mk-ca-bundle.pl
@echo "generating a fresh ca-bundle.crt" @echo "generating a fresh ca-bundle.crt"
@perl $< -b -l -u lib/ca-bundle.crt @perl $< -b -l -u lib/ca-bundle.crt
ca-firefox: lib/firefox-db2pem.sh ca-firefox: scripts/firefox-db2pem.sh
@echo "generating a fresh ca-bundle.crt" @echo "generating a fresh ca-bundle.crt"
./lib/firefox-db2pem.sh lib/ca-bundle.crt $< lib/ca-bundle.crt
checksrc: checksrc:
(cd lib && $(MAKE) checksrc) (cd lib && $(MAKE) checksrc)

0
scripts/firefox-db2pem.sh Normal file → Executable file
View File