]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile.m32: fix regression with tool_hugehelp [ci skip]
authorViktor Szakats <commit@vsz.me>
Tue, 4 Oct 2022 19:14:38 +0000 (19:14 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 4 Oct 2022 19:14:38 +0000 (19:14 +0000)
commit4d7372415d56c13a5cfc66d14a3b34c055cdd90f
treed0cb3e027232e118a26aa54562acfc034952f4a1
parent784400806c43619b4a3ccc45982fbba8f33c9aea
Makefile.m32: fix regression with tool_hugehelp [ci skip]

In a recent commit I mistakenly deleted this logic, after seeing a
reference to a filename ending with `.cvs` and thinking it must have
been long gone. Turns out this is an existing file. Restore the rule
and the necessary `COPY` definitions with it.

The restored logic is required for a successful build on a bare source
tree (as opposed to a source release tarball).

Also shorten an existing condition similar to the one added in this
patch.

Regression since 07a0047882dd3f1fbf73486c5dd9c15370877ad6

Closes #9645
lib/Makefile.m32
src/Makefile.m32