Kaydet (Commit) f4b9d3f0 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: AllLangResTarget: add missing dependency on concat-deps

... was missing from 8379fceb

Change-Id: I664cfabdaf8834b1023dcc7e2a28b584abf10908
üst ae75a0dd
...@@ -253,7 +253,8 @@ $(call gb_SrsTarget_get_target,%) : ...@@ -253,7 +253,8 @@ $(call gb_SrsTarget_get_target,%) :
cat $^ > $@) cat $^ > $@)
ifeq ($(gb_FULLDEPS),$(true)) ifeq ($(gb_FULLDEPS),$(true))
$(call gb_SrsTarget_get_dep_target,%) : $(call gb_SrsTarget_get_dep_target,%) : \
$(call gb_Executable_get_runtime_dependencies,concat-deps)
$(call gb_SrsTarget__command_dep,$@,$*,$^) $(call gb_SrsTarget__command_dep,$@,$*,$^)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment