summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-12-13 11:54:32 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2021-12-13 16:48:47 +0100
commit17608c5718dbebfaf301b3a00d735161f66b1a69 (patch)
tree6e63c552ee6128195118a9696c81242ac0c2a77a /shell
parent4fcbf4df8effc91b08d83922bfe0033f43aaa1f6 (diff)
Refactor some buildsytem stuff (mostly whitespace)
Change-Id: Idfca786ecc7251e08525bd5b45936143727c43d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126731 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'shell')
-rw-r--r--shell/Module_shell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index e6d66355c27e..b14868eb48d3 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Module_Module,shell))
-ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,shell,\
Executable_lngconvex \
))