summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-11-06 10:38:14 +0100
committerAndras Timar <andras.timar@collabora.com>2019-11-06 10:38:14 +0100
commitafa3e4b4950e51c0c597dfedf443029e4c9e79ee (patch)
tree8dd67412089c54df38ab8563f6ef6955d3bf24f6 /Makefile.in
parent972d139b0437a1db517741d56cff6aef88cbec58 (diff)
Revert "make check on linux includes now uicheck"
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 92d47681e707..44f1e72a75b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,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 uicheck,$(MAKECMDGOALS)),build)\
- $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck $(if $(filter Linux, $(shell uname)), uicheck))\
+ $(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))
SRCDIR := @SRC_ROOT@