aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-27 20:52:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-27 20:52:39 -0400
commit7f3dcd7ebf0269398931aaa09960b753c242d7e2 (patch)
tree8cb4a9896c685b4aa90a77fb8790ffb1c489dcb7
parentd44f2eb82c4b451ae1b7e82104144bd6bc2f1bf4 (diff)
add host command to standalone builds
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8515df98..a9426f7d6 100644
--- a/Makefile
+++ b/Makefile
@@ -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