changeset 4668:a11736295721

tools/build-make.sh: update to make version 4.1
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 17:24:04 -0400
parents c338241afed1
children 4d71c8736c75
files tools/build-make.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/build-make.sh	Thu Apr 19 17:21:35 2018 -0400
+++ b/tools/build-make.sh	Thu Apr 19 17:24:04 2018 -0400
@@ -6,7 +6,7 @@
 
 top_dir=`pwd`
 
-make_ver="3.82"
+make_ver="4.1"
 make_dir="make-$make_ver"
 make_pkg="$make_dir.tar.gz"