[Libreoffice-commits] core.git: desktop/Library_deploymentgui.mk

Michael Stahl mstahl at redhat.com
Thu Jun 1 10:03:30 UTC 2017


 desktop/Library_deploymentgui.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit f256b187bf583b8578c91efebe982096a7990272
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jun 1 12:01:04 2017 +0200

    desktop: fix misformatted makefile line
    
    (regression from 99b7c4f57d7fe3cac772cce38e2dd6879e128315)
    
    Change-Id: I2c3c0478a12e86d78074a8e1b25818de32d4b091

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))
 


More information about the Libreoffice-commits mailing list