diff options
author | David Tardon <dtardon@redhat.com> | 2014-06-09 09:02:21 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-06-09 09:03:11 +0200 |
commit | 231791b6587310d91747564990d6bf3b7cfa1e65 (patch) | |
tree | 999deff17448732f01b52411390e9d44441bd7c9 /solenv | |
parent | 04c18d98557a3a85660877b42dff6e10324e3699 (diff) |
Revert "add missing dep on dir"
This was a PEBKAC. The dep is already made in gb_Executable__Executable_impl.
This reverts commit d14624c0f356035248983940b193ee71fc5c3c4a.
Change-Id: I3342714422a3fd23d2d896773f4917130dbdc931
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Executable.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/Executable.mk b/solenv/gbuild/Executable.mk index 2821cb5c380e..9cf7e1a02705 100644 --- a/solenv/gbuild/Executable.mk +++ b/solenv/gbuild/Executable.mk @@ -150,7 +150,6 @@ $(eval $(foreach method,\ # gb_Executable_add_runtime_dependencies executable dependencies define gb_Executable_add_runtime_dependencies $(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 |