[Libreoffice-commits] core.git: sal/CppunitTest_sal_osl_process.mk
Stephan Bergmann
sbergman at redhat.com
Thu Jul 3 04:09:47 PDT 2014
sal/CppunitTest_sal_osl_process.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 729d16f7f4eb0ce8d9898b46f6c4f16b01c797ea
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jul 3 13:09:10 2014 +0200
Use gb_CppunitTest_use_executable
Change-Id: I58b0d7d7a9a0ee78650b536b41154aee466f8ac5
diff --git a/sal/CppunitTest_sal_osl_process.mk b/sal/CppunitTest_sal_osl_process.mk
index a72c978..b6688d7 100644
--- a/sal/CppunitTest_sal_osl_process.mk
+++ b/sal/CppunitTest_sal_osl_process.mk
@@ -19,8 +19,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_process,\
$(gb_UWINAPI) \
))
-# Depend on to be tested executable
-$(call gb_CppunitTest_get_target,sal_osl_process) : \
- $(call gb_Executable_get_target,osl_process_child)
+$(eval $(call gb_CppunitTest_use_executable,sal_osl_process,osl_process_child))
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list