diff options
author | Mark Hung <marklh9@gmail.com> | 2019-01-05 10:46:05 +0800 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-01-07 14:07:43 +0100 |
commit | 215a52bee9709090f38b171787e52ccb957281ab (patch) | |
tree | db34bfdf584ca8d96dad5d64497789e6ba85bd5d /configure.ac | |
parent | 015569fc919b702f7a1b0f09038bafa9f104ca70 (diff) |
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.Stahl@cib.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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: |