summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-05-14 15:08:28 +0100
committerNoel Power <noel.power@novell.com>2012-05-14 15:08:28 +0100
commit4e90345a4dea1ddf0ddded4f1fcae1c87894e120 (patch)
tree93f2a2cc03ed5969558608b1b8d59bf3047381bb
parent6113b27ec15da2a3b140ae58676062d74c99b31e (diff)
fix missing ')' in Module.basic.mk
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe
-rw-r--r--basic/Module_basic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk
index 72d69389d061..e7091b6897a8 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