aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/fmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/fmt/Makefile')
-rw-r--r--tools/depends/target/fmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/fmt/Makefile b/tools/depends/target/fmt/Makefile
index abff52527d..c66acb10d8 100644
--- a/tools/depends/target/fmt/Makefile
+++ b/tools/depends/target/fmt/Makefile
@@ -33,7 +33,7 @@ include ../../download-files.include
all: .installed-$(PLATFORM)
-$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS)
+$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
ifeq ($(PREFIX),)
@echo
@echo "ERROR: please set PREFIX to the kodi install path e.g. make PREFIX=/usr/local"