]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Makefile: fix ca-bundle due to mk-ca-bundle.pl being moved
authorChristopher Degawa <ccom@randomderp.com>
Wed, 20 Apr 2022 16:52:42 +0000 (11:52 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Apr 2022 07:22:20 +0000 (09:22 +0200)
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

Makefile.am
Makefile.dist

index f2fa800f9fcb9ac31bdaae24ff2a9dc2ef353020..ce72f258bcd107e2bd915bedbc2720581d6a36f4 100644 (file)
@@ -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
 
index 087466b2b6e09007022e04aca195f6a05347b73b..4ac0e67a8fc112909d86276c891e0549cbee92ee 100644 (file)
@@ -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