diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-20 16:39:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-20 16:39:59 +0100 |
commit | fe981519f57a621c94e339a5453d7714af081acb (patch) | |
tree | f24a71babd87ad705928b1aba0d2c1ceb37b99da /sd/JunitTest_sd_unoapi.mk | |
parent | 4ac48167662c592c21025b89fe8f6925c680c6e0 (diff) |
gb_JunitTest_JunitTest takes only one argument
Diffstat (limited to 'sd/JunitTest_sd_unoapi.mk')
-rw-r--r-- | sd/JunitTest_sd_unoapi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/JunitTest_sd_unoapi.mk b/sd/JunitTest_sd_unoapi.mk index 17fcb8920d8e..5d641259b58e 100644 --- a/sd/JunitTest_sd_unoapi.mk +++ b/sd/JunitTest_sd_unoapi.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_JunitTest_JunitTest,sd_unoapi,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,sd_unoapi)) $(eval $(call gb_JunitTest_set_defs,sd_unoapi,\ $$(DEFS) \ |