Makefile: fix ca-bundle due to mk-ca-bundle.pl being moved
The script was moved in 8e22fc68e7 but the lines that called it
was not changed to reflect it's new position
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Closes #8728
This commit is contained in:
parent
e498a9b1fe
commit
d8b19cb41f
@ -278,7 +278,7 @@ uninstall-hook:
|
|||||||
(cd docs && $(MAKE) uninstall)
|
(cd docs && $(MAKE) uninstall)
|
||||||
(cd docs/libcurl && $(MAKE) uninstall)
|
(cd docs/libcurl && $(MAKE) uninstall)
|
||||||
|
|
||||||
ca-bundle: lib/mk-ca-bundle.pl
|
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
|
||||||
|
|
||||||
|
|||||||
@ -81,7 +81,7 @@ linux: all
|
|||||||
|
|
||||||
linux-ssl: ssl
|
linux-ssl: ssl
|
||||||
|
|
||||||
ca-bundle: lib/mk-ca-bundle.pl
|
ca-bundle: scripts/mk-ca-bundle.pl
|
||||||
@echo "generate a fresh ca-bundle.crt"
|
@echo "generate a fresh ca-bundle.crt"
|
||||||
@perl $< -b -l -u lib/ca-bundle.crt
|
@perl $< -b -l -u lib/ca-bundle.crt
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user