aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2024-04-28 17:17:03 +1000
committerfuzzard <fuzzard@kodi.tv>2024-04-28 17:17:03 +1000
commit7a0df1c8a9209ec420e3ddd7f4d8dfa3ccf5325d (patch)
treee7afb86f180229e0b4826a0c40d9d4ea287ba88b /tools
parent8e6d53e9fcab137c6c260e684d9f526baa4a5e55 (diff)
downloadxbmc-7a0df1c8a9209ec420e3ddd7f4d8dfa3ccf5325d.tar.xz
[tools/depends][target] tinyxml2 fix makefile rule to not always rebuild
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/tinyxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/tinyxml2/Makefile b/tools/depends/target/tinyxml2/Makefile
index 23b86ed643..a7a5222969 100644
--- a/tools/depends/target/tinyxml2/Makefile
+++ b/tools/depends/target/tinyxml2/Makefile
@@ -7,7 +7,7 @@ LIBDYLIB=$(PLATFORM)/build/$(BYPRODUCT)
all: .installed-$(PLATFORM)
-$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS)
+$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)/build
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(PLATFORM); sed -ie 's|\r$$||' CMakeLists.txt