Commit 33638d53 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andres Garcia pointed out these Makefile mistakes...

parent 2ae7d2e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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