[Libreoffice-commits] online.git: loleaflet/Makefile.am

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Thu May 7 16:25:34 UTC 2020


 loleaflet/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 54ac186ed595fd8064eceecfb6088e11b373f351
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Apr 29 08:14:16 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Thu May 7 18:25:14 2020 +0200

    loleaflet: makefile: no built-in rules
    
    It is not needed to build loleaflet
    
    Change-Id: I2eb0ed999a0463b3f69e98a6a450961a7e6723d0
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93168
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 4bb2b1c84..f4f62f493 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -1,3 +1,4 @@
+MAKEFLAGS = --no-builtin-rules
 CTAGS = ctags
 
 L10N_PO = $(wildcard $(srcdir)/po/*.po)


More information about the Libreoffice-commits mailing list