From ed0dc498cafca51600959583f1ad98ef04d0f290 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Feb 2013 14:14:38 -0400 Subject: build fix --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit v1.2.3