configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 215a52bee9709090f38b171787e52ccb957281ab Author: Mark Hung <mark...@gmail.com> AuthorDate: Sat Jan 5 10:46:05 2019 +0800 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Mon Jan 7 14:07:43 2019 +0100
Fix warning message if Cygwin GNU Make is used. Update url according to LODE current version (4.2.1) because the previous one does not support mkdir -p, which is used by libcdr and libqxp now. Change-Id: I7e50e46d2101a3cbd757d683f2d3550f896fc750 Reviewed-on: https://gerrit.libreoffice.org/65882 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/configure.ac b/configure.ac index 48ab7acd89a7..f3af6a1fc69f 100644 --- a/configure.ac +++ b/configure.ac @@ -12619,8 +12619,8 @@ to install a pre-compiled binary make for Win32 mkdir -p /opt/lo/bin cd /opt/lo/bin - wget https://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe - cp make-85047eb-msvc.exe make + wget https://dev-www.libreoffice.org/bin/cygwin/make-4.2.1-msvc.exe + cp make-4.2.1-msvc.exe make chmod +x make to install from source: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits