aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native/ldid/Makefile
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2022-12-29 19:27:42 -0800
committerLukas Rusak <lorusak@gmail.com>2022-12-29 19:27:50 -0800
commit25d1e4792aa834128d7b959730fe6c0c3fd5e98d (patch)
tree2096b4fe51b11ff59243cb3de02df84f826ee07e /tools/depends/native/ldid/Makefile
parent077c7888fc58c05f27f061e306068cacb95843d2 (diff)
tools/depends: make the hash file an order only prerequisite
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
Diffstat (limited to 'tools/depends/native/ldid/Makefile')
-rw-r--r--tools/depends/native/ldid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/ldid/Makefile b/tools/depends/native/ldid/Makefile
index 7c426aa0a6..04a209d62f 100644
--- a/tools/depends/native/ldid/Makefile
+++ b/tools/depends/native/ldid/Makefile
@@ -17,7 +17,7 @@ LIBDYLIB=$(PLATFORM)/ldid
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); patch -p1 -i ../01-disable-openssl-plist.patch