From 8f75f7e10d6db2c66999f81f1ab1fdb99f3b4c33 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 19 Dec 2013 12:44:18 -0400 Subject: [PATCH] fix dep --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7621ee22db..82174813f8 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)"