summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 14:14:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 14:14:38 -0400
commited0dc498cafca51600959583f1ad98ef04d0f290 (patch)
tree511f12f67d56df8b4d8ad72be25694c99791d5d4 /Makefile
parent5eeb9b803871ef4898937167e6d1be83342b52dc (diff)
build fix
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"