summaryrefslogtreecommitdiffstats
path: root/RepositoryModule_host.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-03-27 10:44:14 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-03-27 15:48:20 +0100
commit4aa7dec62068bdc6ff20ffbfee40616cba758a79 (patch)
tree2196b290eaae06473252b09c290a5c8815d0b700 /RepositoryModule_host.mk
parenttdf#130476 - take into account trailing data type characters (diff)
downloadcore-4aa7dec62068bdc6ff20ffbfee40616cba758a79.tar.gz
core-4aa7dec62068bdc6ff20ffbfee40616cba758a79.zip
remove one more usage of the all make target
I missed this one in a58e086ededb8442938e81f971dfae36ef7eb076. Change-Id: Ifdce3fad87f07c6c5cc64043bfa76829090804b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91198 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r--RepositoryModule_host.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 8c3b8c02e198..3155224ffd72 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -180,8 +180,8 @@ endef
# DO NOT SORT ALPHABETICALLY: the libraries must be listed in dependency order,
# otherwise cyclic dependencies ruin everything.
# do not serialize on a partial build as that may fail due to missing deps.
-# the default goal is all (see Module.mk)
-ifeq (,$(filter-out all build check unitcheck slowcheck screenshot subsequentcheck uicheck,$(MAKECMDGOALS)))
+# the default goal is build (see Module.mk)
+ifeq (,$(filter-out build check unitcheck slowcheck screenshot subsequentcheck uicheck,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\
scfilt \
$(call gb_Helper_optional,SCRIPTING,vbaobj) \