summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Degawa <ccom@randomderp.com>2022-04-20 11:52:42 -0500
committerDaniel Stenberg <daniel@haxx.se>2022-04-21 09:22:20 +0200
commitd8b19cb41f4c772a26be0b9586f8ee8f82b35eca (patch)
treeccf5a2753756a4b47f12d0a4507bdb9741283a85 /Makefile.am
parente498a9b1fe5964a18eb2a3a99dc52160d2768261 (diff)
downloadcurl-d8b19cb41f4c772a26be0b9586f8ee8f82b35eca.tar.gz
Makefile: fix ca-bundle due to mk-ca-bundle.pl being moved
The script was moved in 8e22fc68e7dda43e9f 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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f2fa800f9..ce72f258b 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