diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-31 12:59:47 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-31 13:00:28 +0100 |
commit | 7d6112773e806630eeaffbfedb6ee89e81d2f8fc (patch) | |
tree | 77540d5703e5687b75a0513508f9490e16a98972 /solenv/gbuild/CppunitTest.mk | |
parent | a084ea60680372efb7998f7369c9fc99eb85c50a (diff) |
I did not want to push that...
It does not work, anyway.
This reverts commit ee18b30b0391a443a51d7b97060f118478c202af.
Change-Id: Ibe21a2a62ecbfaf8dcd87113bde386050ffde25a
Diffstat (limited to 'solenv/gbuild/CppunitTest.mk')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index 0fec6bfd9545..9c145b637a74 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -52,8 +52,8 @@ endif # gb_CppunitTest_get_filename # DBGSV_ERROR_OUT => in non-product builds, ensure that tools-based assertions do not pop up as message box, but are routed to the shell ifneq ($(CROSS_COMPILING),YES) -gb_CppunitTest_CPPTESTDEPS = $(call gb_Executable_get_runtime_dependencies,cppunit/cppunittester) -gb_CppunitTest_CPPTESTCOMMAND = $(call gb_Executable_get_command,cppunit/cppunittester) +gb_CppunitTest_CPPTESTDEPS := $(call gb_Executable_get_runtime_dependencies,cppunit/cppunittester) +gb_CppunitTest_CPPTESTCOMMAND := $(call gb_Executable_get_command,cppunit/cppunittester) endif gb_CppunitTest__get_linktargetname = CppunitTest/$(call gb_CppunitTest_get_filename,$(1)) |