summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-19 12:44:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-19 12:44:18 -0400
commit0063cef53551e39a0a1a58f4e4bb8183886b1939 (patch)
treebd51ce8ede89f738d218e3f1c61d78d99ce71eb6
parent3bc1bf4cdf11fcb01babd394e6d6b952a45a3a81 (diff)
fix dep
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7621ee22d..82174813f 100644
--- a/Makefile
+++ b/Makefile
@@ -101,9 +101,9 @@ hackage: sdist
@cabal upload dist/*.tar.gz
LINUXSTANDALONE_DEST=tmp/git-annex.linux
-linuxstandalone: Build/Standalone
+linuxstandalone:
$(MAKE) git-annex linuxstandalone-nobuild
-linuxstandalone-nobuild:
+linuxstandalone-nobuild: Build/Standalone
rm -rf "$(LINUXSTANDALONE_DEST)"
mkdir -p tmp
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"