From: Joseph Lee Date: Wed, 3 Jul 2024 03:26:15 +0000 (+0900) Subject: gen_html: Fix build error in windows X-Git-Tag: v1.5.7^2~103^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4087%2Fhead;p=thirdparty%2Fzstd.git gen_html: Fix build error in windows --- diff --git a/contrib/gen_html/Makefile b/contrib/gen_html/Makefile index 26e870399..f93669e02 100644 --- a/contrib/gen_html/Makefile +++ b/contrib/gen_html/Makefile @@ -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)