diff --git a/Makefile.am b/Makefile.am index f2fa800f9f..ce72f258bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.dist b/Makefile.dist index 087466b2b6..4ac0e67a8f 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -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