summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-03 13:09:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-03 13:09:10 +0200
commit729d16f7f4eb0ce8d9898b46f6c4f16b01c797ea (patch)
treee29e59878af163f31bc3481bef6456ffab035042 /sal
parent90810c1b8d49a1cd586dbd87c67ba87d44b13beb (diff)
Use gb_CppunitTest_use_executable
Change-Id: I58b0d7d7a9a0ee78650b536b41154aee466f8ac5
Diffstat (limited to 'sal')
-rw-r--r--sal/CppunitTest_sal_osl_process.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/CppunitTest_sal_osl_process.mk b/sal/CppunitTest_sal_osl_process.mk
index a72c97844f19..b6688d75278c 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: