loleaflet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 198709f5edff61d52479e0c42c970dbe908aef71 Author: Henry Castro <hcas...@collabora.com> AuthorDate: Tue May 26 10:03:25 2020 -0400 Commit: Henry Castro <hcas...@collabora.com> CommitDate: Thu May 28 22:30:15 2020 +0200 loleaflet: makefile: remove order only prerequisites This is no longer required, now node_modules is installed before invoking "all" target Change-Id: I720f1906f2f88b104d560a096f51344edebfab44 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94870 Tested-by: Jenkins Reviewed-by: Henry Castro <hcas...@collabora.com> diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am index 1a1f6ce13..827d97b59 100644 --- a/loleaflet/Makefile.am +++ b/loleaflet/Makefile.am @@ -332,7 +332,7 @@ if !ENABLE_MOBILEAPP ADMIN_BUNDLE = $(DIST_FOLDER)/admin-bundle.js endif -build-loleaflet: | $(LOLEAFLET_L10N_DST) \ +build-loleaflet: $(LOLEAFLET_L10N_DST) \ $(L10N_JSON) \ $(LOLEAFLET_IMAGES_DST) \ $(LOLEAFLET_IMAGES_CUSTOM_DST) \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits