aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2024-04-28 10:40:41 +1000
committerfuzzard <fuzzard@kodi.tv>2024-04-28 10:41:57 +1000
commita75a2050fd94e9a47ccb15b62df59d4b4e1b2466 (patch)
tree8e3a1089056864e67a3a372ec9f3dd8ce446ce48 /tools
parent93ca52220e307196f8e680779d742bb9e6aa9202 (diff)
downloadxbmc-a75a2050fd94e9a47ccb15b62df59d4b4e1b2466.tar.xz
[tools/depends][target] cec fix makefile rule to not always rebuild
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/cec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/cec/Makefile b/tools/depends/target/cec/Makefile
index 403f4f03f1..6b9fd9835d 100644
--- a/tools/depends/target/cec/Makefile
+++ b/tools/depends/target/cec/Makefile
@@ -19,7 +19,7 @@ CMAKE_OPTIONS=-DBUILD_SHARED_LIBS=1 \
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); patch -p1 -i ../001-all-cmakelists.patch