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/libiconv/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/libiconv/Makefile')
-rw-r--r-- | tools/depends/target/libiconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libiconv/Makefile b/tools/depends/target/libiconv/Makefile index 8782e51a78..7a7a981ef6 100644 --- a/tools/depends/target/libiconv/Makefile +++ b/tools/depends/target/libiconv/Makefile @@ -19,7 +19,7 @@ LIBDYLIB=$(PLATFORM)/lib/.libs/$(LIBNAME).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); $(CONFIGURE) |