]> git.ipfire.org Git - thirdparty/zstd.git/commit
Stop complaining about hash tool not found
authorNiclas Rosenvik <youremailsarecrap@gmail.com>
Sun, 28 Mar 2021 12:36:13 +0000 (14:36 +0200)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 2 Apr 2021 20:00:19 +0000 (13:00 -0700)
commite7647180cd8f2ae02e0ec9389ce21e38b803dd28
treec66644bf635a87d9c86009974c732e5e58422b99
parent980f3bbf8354edec0ad32b4430800f330185de6a
Stop complaining about hash tool not found

If build_dir is set the zstd build complains about md5sum not being found.
Fix this by checking if build_dir is set before checking and using the hash tool
just like in lib/Makefile .
programs/Makefile