aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorMontellese <montellese@kodi.tv>2017-03-09 15:46:26 +0100
committerMontellese <montellese@kodi.tv>2017-03-09 15:46:26 +0100
commit3990b74fc49e391242e1a11cab9a6a6e90b9288b (patch)
treeda43bef759e8ada75ff2c9ff5c57df8104bfd7e5 /tools/depends
parent5211531aa530c1d63edfad5e16dfb87f05bcf508 (diff)
[depends] libfmt: fix retrieval of source tarball
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/libfmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libfmt/Makefile b/tools/depends/target/libfmt/Makefile
index f1126fbce8..6bfea67395 100644
--- a/tools/depends/target/libfmt/Makefile
+++ b/tools/depends/target/libfmt/Makefile
@@ -35,7 +35,7 @@ $(PREFIX)/lib/lib$(LIBNAME).a:
@make .installed-$(PLATFORM)
$(TARBALLS_LOCATION)/$(ARCHIVE):
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) -o $(ARCHIVE) $(BASE_URL)/$(VERSION).tar.gz
+ cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE)
$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
ifeq ($(PREFIX),)