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

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Fri May 29 01:30:37 UTC 2020


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

New commits:
commit 8f9eea9e7ac425d6c7a2130114b0c875a3b9085d
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed May 27 09:54:06 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Fri May 29 03:30:18 2020 +0200

    loleaflet: makefile: remove old depecrated expansion
    
    I probably forgot to remove it
    
    Change-Id: I0183605fdf07235a7e3d61e91893133690feb074
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94974
    Tested-by: Jenkins
    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 157705865..ef34d4c5d 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -454,7 +454,7 @@ $(DIST_FOLDER)/loleaflet.html: $(srcdir)/html/loleaflet.html.m4 \
 		-DGLOBAL_JS="$(DIST_FOLDER)/global.js" \
 		-DLOLEAFLET_JS="$(subst $(SPACE),$(COMMA),$(NODE_MODULES_JS) \
 		$(LOLEAFLET_LIBS_JS) \
-		$(call LOLEAFLET_JS,$(srcdir)/build/build.js))" \
+		$(LOLEAFLET_JS))" \
 		-DVENDOR="$(VENDOR)" \
 		$(srcdir)/html/loleaflet.html.m4 > $@
 


More information about the Libreoffice-commits mailing list