[Libreoffice-commits] .: basic/Module_basic.mk
Noel Power
noelp at kemper.freedesktop.org
Mon May 14 07:08:57 PDT 2012
basic/Module_basic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e90345a4dea1ddf0ddded4f1fcae1c87894e120
Author: Noel Power <noel.power at novell.com>
Date: Mon May 14 15:08:28 2012 +0100
fix missing ')' in Module.basic.mk
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk
index 72d6938..e7091b6 100644
--- a/basic/Module_basic.mk
+++ b/basic/Module_basic.mk
@@ -37,7 +37,7 @@ $(eval $(call gb_Module_add_targets,basic,\
$(eval $(call gb_Module_add_check_targets,basic,\
CppunitTest_basic_scanner \
$(if $(filter-out $(OS),WIN), \
- CppunitTest_basic_enable \
+ CppunitTest_basic_enable) \
))
endif
More information about the Libreoffice-commits
mailing list