aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/tinyxml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/tinyxml')
-rw-r--r--tools/depends/target/tinyxml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/tinyxml/Makefile b/tools/depends/target/tinyxml/Makefile
index 38a7b63d3c..ed2989f2c3 100644
--- a/tools/depends/target/tinyxml/Makefile
+++ b/tools/depends/target/tinyxml/Makefile
@@ -18,7 +18,7 @@ LIBDYLIB=$(PLATFORM)/src/.libs/libtinyxml.a
all: .installed-$(PLATFORM)
-$(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); $(AUTORECONF) -vif