diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-17 18:58:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-17 18:58:55 +0100 |
commit | b3b2dc1b132517ed1310e11be39c4b2a65476e87 (patch) | |
tree | f890a625353312f705e91b9f0d5a76fe7f52d94e /sc/Module_sc.mk | |
parent | 3f0f8d09645e7ab03c8757bca9af2e99731075c0 (diff) |
fix build
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 7f0515a68c57..0476d624b775 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -59,7 +59,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_ucalc \ CppunitTest_sc_filters_test \ CppunitTest_sc_rangelst_test \ - CppunitTest_sc_opencl_test) \ + CppunitTest_sc_opencl_test \ )) $(eval $(call gb_Module_add_slowcheck_targets,sc, \ |