summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-21 13:12:33 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-21 13:12:33 +0100
commitdeb249e1b3a3095e0d04c47f57044fe5b0ddf095 (patch)
tree245162e67948bca2fce421f35d9805ad390ec4b5 /Makefile.in
parenta691e0ed1ec5f7be5cc6b94c0f97e3051c666f56 (diff)
Makefile.in: "make check" should build "all" too
Change-Id: I6b72c3deb1a056149e965b78d12d3c37c6bfd5b9
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 e2bf1dcbe850..8c649403c94d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,7 +217,7 @@ ifneq ($(filter-out WNT MACOSX IOS ANDROID,$(OS)),)
mkdir -p $(INSTDIR) && install-gdb-printers -a $(INSTDIR) -c
endif
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild \
- $(if $(filter build,$(MAKECMDGOALS)),all) \
+ $(if $(filter build check,$(MAKECMDGOALS)),all) \
$(if $(filter build-nocheck,$(MAKECMDGOALS)),build) \
$(if $(filter check,$(MAKECMDGOALS)),subsequentcheck) \
$(filter all build-l10n-only build-non-l10n-only debugrun help slowcheck translations unitcheck subsequentcheck check,$(MAKECMDGOALS))