]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
gen_html: Fix build error in windows 4087/head
authorJoseph Lee <joseph@jc-lab.net>
Wed, 3 Jul 2024 03:26:15 +0000 (12:26 +0900)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 03:26:15 +0000 (12:26 +0900)
contrib/gen_html/Makefile

index 26e870399aa5513b59370323cfa472dae61aa80f..f93669e023f13a76bc484e580159c4795e043091 100644 (file)
@@ -40,7 +40,7 @@ gen_html: gen_html.cpp
 
 $(ZSTDMANUAL): gen_html $(ZSTDAPI)
        echo "Update zstd manual in /doc"
-       ./gen_html $(LIBVER) $(ZSTDAPI) $(ZSTDMANUAL)
+       ./gen_html$(EXT) $(LIBVER) $(ZSTDAPI) $(ZSTDMANUAL)
 
 .PHONY: manual
 manual: gen_html $(ZSTDMANUAL)