Makefile.dist: fix ca-firefox target

Follow-up to 8e22fc68e7 #8625

Closes #14804
This commit is contained in:
Viktor Szakats 2024-09-06 02:10:35 +02:00
parent 0cdd9afd1e
commit 1ce626158a
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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