summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 13:58:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 13:58:28 -0400
commite4f3562628ec000b7a866900754c30bc1e9f3140 (patch)
tree5a0f13ac6fb6b3f346bcf0d4002a7f3af84f7b32
parent5a967aa593d2b8ea4bcc7aae0b70dddec736a8f7 (diff)
build fix
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 18dd788b9..626e0f124 100644
--- a/Makefile
+++ b/Makefile
@@ -99,9 +99,8 @@ hackage: sdist
LINUXSTANDALONE_DEST=tmp/git-annex.linux
linuxstandalone:
- $(MAKE) git-annex
-
rm -rf "$(LINUXSTANDALONE_DEST)"
+ $(MAKE) git-annex
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"