[Libreoffice-commits] core.git: solenv/gbuild

David Tardon dtardon at redhat.com
Sun Jun 8 06:03:01 PDT 2014


 solenv/gbuild/Executable.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d14624c0f356035248983940b193ee71fc5c3c4a
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Jun 8 15:01:33 2014 +0200

    add missing dep on dir
    
    Change-Id: Ib10f30620027ad8a79a8464abee094e3961684d5

diff --git a/solenv/gbuild/Executable.mk b/solenv/gbuild/Executable.mk
index 9cf7e1a..2821cb5 100644
--- a/solenv/gbuild/Executable.mk
+++ b/solenv/gbuild/Executable.mk
@@ -150,6 +150,7 @@ $(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
 


More information about the Libreoffice-commits mailing list