Skip to content

Commit

Permalink
Make install-include depend on dependency install witness
Browse files Browse the repository at this point in the history
Particularly for curl depending on openssl
  • Loading branch information
srh committed Mar 18, 2022
1 parent 77f5dc9 commit 79c6857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/support/build.mk
Expand Up @@ -156,7 +156,7 @@ define support_include_rules
.PHONY: support-include-$2 support-include-$2_$3
.PRECIOUS: $3
install-include-$2: install-include-$2_$3
install-include-$2_% $(subst _$3/,_%/,$1): | $(SUPPORT_SRC_DIR)/$2_$3
install-include-$2_% $(subst _$3/,_%/,$1): | $(SUPPORT_SRC_DIR)/$2_$3 $(foreach dep, $($2_DEPENDS), $(SUPPORT_BUILD_DIR)/$(dep)_$($(dep)_VERSION)/$(INSTALL_WITNESS))
ifeq (1,$(ALWAYS_MAKE))
$$(warning Building $2_$3 is disabled in --always-make (-B) mode)
else
Expand Down

0 comments on commit 79c6857

Please sign in to comment.