aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/mesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/mesa/Makefile')
-rw-r--r--tools/depends/target/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/mesa/Makefile b/tools/depends/target/mesa/Makefile
index ca8ce7381e..317ee5855d 100644
--- a/tools/depends/target/mesa/Makefile
+++ b/tools/depends/target/mesa/Makefile
@@ -73,7 +73,7 @@ all: .installed-$(PLATFORM)
download: $(TARBALLS_LOCATION)/$(ARCHIVE)
-$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS)
+$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(PLATFORM); rm -rf build; mkdir -p build