summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-01 12:01:04 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-01 12:02:09 +0200
commitf256b187bf583b8578c91efebe982096a7990272 (patch)
tree400a99a246907ac840b44fd999c3989d979bad41 /desktop
parent9b2aeefa48a245b11b499401276263e3a9241325 (diff)
desktop: fix misformatted makefile line
(regression from 99b7c4f57d7fe3cac772cce38e2dd6879e128315) Change-Id: I2c3c0478a12e86d78074a8e1b25818de32d4b091
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Library_deploymentgui.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/Library_deploymentgui.mk b/desktop/Library_deploymentgui.mk
index 0a92e54d9907..c7152bcfac2c 100644
--- a/desktop/Library_deploymentgui.mk
+++ b/desktop/Library_deploymentgui.mk
@@ -20,7 +20,9 @@ $(eval $(call gb_Library_use_external,deploymentgui,boost_headers))
$(eval $(call gb_Library_set_precompiled_header,deploymentgui,$(SRCDIR)/desktop/inc/pch/precompiled_deploymentgui))
-$(eval $(call gb_Library_use_custom_headers,deploymentgui,\ officecfg/registry \ ))
+$(eval $(call gb_Library_use_custom_headers,deploymentgui,\
+ officecfg/registry \
+))
$(eval $(call gb_Library_use_sdk_api,deploymentgui))