From 6763ab95078b4d0be46e7eae13e916853d8d12a0 Mon Sep 17 00:00:00 2001 From: davilla Date: Thu, 13 Jun 2013 12:08:42 -0400 Subject: [PATCH] fixed, when compiling for native, tarball was saved in wrong place --- tools/depends/native/tar-native/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depends/native/tar-native/Makefile b/tools/depends/native/tar-native/Makefile index c0ea279..7984fbc 100644 --- a/tools/depends/native/tar-native/Makefile +++ b/tools/depends/native/tar-native/Makefile @@ -20,7 +20,7 @@ APPBIN=$(PREFIX)/bin/tar all: .installed-$(PLATFORM) $(TARBALLS_LOCATION)/$(ARCHIVE): - $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE) + cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE) $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) -- 2.7.4