diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-19 12:44:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-19 12:44:18 -0400 |
commit | 0063cef53551e39a0a1a58f4e4bb8183886b1939 (patch) | |
tree | bd51ce8ede89f738d218e3f1c61d78d99ce71eb6 /Makefile | |
parent | 3bc1bf4cdf11fcb01babd394e6d6b952a45a3a81 (diff) |
fix dep
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)" |