summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-01 16:32:56 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-01 16:35:05 +0100
commitc835ed0229f4647bd14344195e212fb7602506b5 (patch)
tree091ab60855ff45e99b9dc0bc7d7aee1fcf7ae927 /Makefile.in
parent14b4fcf0d8c761ad1679b0d6e765ebd7f3a90dbd (diff)
uitest: finally a working dependency on the build target for uicheck
Change-Id: Icaf1de556ae20027e27321750197ed574b508435
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7146be0b9a36..080ba469a5e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,7 +13,7 @@ gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uic
MAKECMDGOALS?=all
build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
- $(if $(filter build-nocheck,$(MAKECMDGOALS)),build)\
+ $(if $(filter build-nocheck uicheck,$(MAKECMDGOALS)),build)\
$(if $(filter check,$(MAKECMDGOALS)),subsequentcheck)\
$(filter all build-l10n-only build-non-l10n-only debugrun help showmodules translations $(gb_Top_MODULE_CHECK_TARGETS) check packageinfo gbuildtojson,$(MAKECMDGOALS))