From bd994cd7976ac93c530792e3c0d6f45a33c757b4 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 8 Dec 2011 20:57:12 +1030 Subject: Fix Makefile for use with non-GNU make - Remove GNU make "override" statements. - Add OBJS variable since there is no portable way to specify all targets for linking. Also: - Put build defaults at the top to avoid potential confusion. - Don't assume a Linux platform. Default to USE_POSIX_SETLOCALE. - Change "install -d" to mkdir/install since the former isn't available on some platforms (Solaris). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3b34ff0..26ab879 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.0.5 (?) +* Updated Makefile for compatibility with non-GNU make implementations + Version 1.0.4 (Nov 30 2011) * Fixed numeric conversion under locales with a comma decimal separator -- cgit v1.2.3-55-g6feb