summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-07 13:12:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-07 13:12:16 -0400
commitc08ce66427cca9ba310f15217340734e6a34e1a8 (patch)
tree52d6abfc44c240ddeb8c3e4f7163acb0fa6f4441 /Makefile
parent467669f00eb5cc1ba2842b63923687b1e6a50269 (diff)
make dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c0ea67b4..da28edfc8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ $(thfiles):
touch $(thfiles)
git-annex: $(sources) $(clibs) $(thfiles)
+ install -d $(GIT_ANNEX_TMP_BUILD_DIR)
$(GHCMAKE) $@ -o $(GIT_ANNEX_TMP_BUILD_DIR)/git-annex $(clibs)
ln -sf $(GIT_ANNEX_TMP_BUILD_DIR)/git-annex git-annex