aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/spdlog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/spdlog/Makefile')
-rw-r--r--tools/depends/target/spdlog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/spdlog/Makefile b/tools/depends/target/spdlog/Makefile
index f2ca418865..457a49715c 100644
--- a/tools/depends/target/spdlog/Makefile
+++ b/tools/depends/target/spdlog/Makefile
@@ -40,7 +40,7 @@ all: .installed-$(PLATFORM)
download: $(TARBALLS_LOCATION)/$(ARCHIVE)
-$(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"