[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Thu Oct 27 20:29:24 UTC 2016


 RepositoryExternal.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bc3f952e66fe0a44044b4b101be3e96e20a670e6
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Oct 27 22:24:13 2016 +0200

    avoid odd make warning on WNT
    
    Library_vcl.mk:753: extraneous text after 'endif' directive
    
    Change-Id: Iec487705b762880dd463acaba2d3590ff2587562

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index e127aa2..93a5459 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -262,6 +262,7 @@ $(call gb_LinkTarget_add_libs,$(1),\
 	-L$(call gb_UnpackedTarball_get_dir,glyphy)/src/.libs -lglyphy \
 )
 endif
+
 endef
 
 endif # SYSTEM_GLYPHY


More information about the Libreoffice-commits mailing list