Kaydet (Commit) 231791b6 authored tarafından David Tardon's avatar David Tardon

Revert "add missing dep on dir"

This was a PEBKAC. The dep is already made in gb_Executable__Executable_impl.

This reverts commit d14624c0.

Change-Id: I3342714422a3fd23d2d896773f4917130dbdc931
üst 04c18d98
...@@ -150,7 +150,6 @@ $(eval $(foreach method,\ ...@@ -150,7 +150,6 @@ $(eval $(foreach method,\
# gb_Executable_add_runtime_dependencies executable dependencies # gb_Executable_add_runtime_dependencies executable dependencies
define gb_Executable_add_runtime_dependencies define gb_Executable_add_runtime_dependencies
$(call gb_Executable_get_runtime_target,$(1)) : $(2) $(call gb_Executable_get_runtime_target,$(1)) : $(2)
$(call gb_Executable_get_runtime_target,$(1)) :| $(dir $(call gb_Executable_get_runtime_target,$(1))).dir
endef endef
......
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