add host command to standalone builds

This commit is contained in:
Joey Hess 2012-10-27 20:52:39 -04:00
parent 9144710a34
commit 19ff559590

View file

@ -142,7 +142,7 @@ sdist: clean $(mans)
hackage: sdist
@cabal upload dist/*.tar.gz
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg host \
sha1sum sha224sum sha256sum sha384sum sha512sum
LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux