diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-27 20:52:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-27 20:52:39 -0400 |
commit | 7f3dcd7ebf0269398931aaa09960b753c242d7e2 (patch) | |
tree | 8cb4a9896c685b4aa90a77fb8790ffb1c489dcb7 /Makefile | |
parent | d44f2eb82c4b451ae1b7e82104144bd6bc2f1bf4 (diff) |
add host command to standalone builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |