From: Bruno Haible Date: Sat, 7 Mar 2026 08:18:50 +0000 (+0100) Subject: Document requirement for GNU make >= 4.0. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8bb0356b75fa73d880fd668eb74b98d41993254;p=thirdparty%2Fgettext.git Document requirement for GNU make >= 4.0. This is necessary because of the po/Makefile.in.in. * DEPENDENCIES (make): Update requirements. --- diff --git a/DEPENDENCIES b/DEPENDENCIES index 210f11ed3..e6c9123e4 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -333,8 +333,8 @@ dependencies): * A 'make' utility. + Mandatory. - Either the platform's native 'make' (for in-tree builds only), - or GNU Make 3.79.1 or newer. + Either the platform's native 'make' (on *BSD systems, and for in-tree + builds only), or GNU Make 4.0 or newer. + GNU Make Homepage: https://www.gnu.org/software/make/ + Download: