diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2023-03-11 13:54:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 13:54:35 +1000 |
commit | 2d30da7c47330f838755e3d6710d0573c0e62298 (patch) | |
tree | 0bcea3433bfe6aebf1f9e4faef0fc9c3b74d08bc /tools/depends/target/sqlite3/Makefile | |
parent | 7df72ff09e5dbe6e63343ec8a6d08275509059a3 (diff) | |
parent | fce7880abee25089fdaf8272c05b286d949e6fd2 (diff) |
Merge pull request #22959 from fuzzard/backport_lrusak_depends-target-order-only
[BP] tools/depends: make the hash file an order only prerequisite
Diffstat (limited to 'tools/depends/target/sqlite3/Makefile')
-rw-r--r-- | tools/depends/target/sqlite3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/sqlite3/Makefile b/tools/depends/target/sqlite3/Makefile index a09a03a9f8..7f10a37a5c 100644 --- a/tools/depends/target/sqlite3/Makefile +++ b/tools/depends/target/sqlite3/Makefile @@ -13,7 +13,7 @@ LIBDYLIB=$(PLATFORM)/.libs/lib$(LIBNAME)3.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) # do not build the program sqlite3 |