Skip to content

Commit

Permalink
Makefile: fix ca-bundle due to mk-ca-bundle.pl being moved
Browse files Browse the repository at this point in the history
The script was moved in 8e22fc6 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
  • Loading branch information
1480c1 authored and bagder committed Apr 21, 2022
1 parent e498a9b commit d8b19cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -278,7 +278,7 @@ uninstall-hook:
(cd docs && $(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"
@perl $< -b -l -u lib/ca-bundle.crt

Expand Down
2 changes: 1 addition & 1 deletion Makefile.dist
Expand Up @@ -81,7 +81,7 @@ linux: all

linux-ssl: ssl

ca-bundle: lib/mk-ca-bundle.pl
ca-bundle: scripts/mk-ca-bundle.pl
@echo "generate a fresh ca-bundle.crt"
@perl $< -b -l -u lib/ca-bundle.crt

Expand Down

0 comments on commit d8b19cb

Please sign in to comment.