summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 387fb45a0..a6876bc5a 100644
--- a/Makefile
+++ b/Makefile
@@ -99,9 +99,10 @@ hackage: sdist
LINUXSTANDALONE_DEST=tmp/git-annex.linux
linuxstandalone:
- rm -rf "$(LINUXSTANDALONE_DEST)"
$(MAKE) git-annex
+ rm -rf "$(LINUXSTANDALONE_DEST)"
+ mkdir -p tmp
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"
install -d "$(LINUXSTANDALONE_DEST)/bin"