diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-12-08 20:57:12 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-12-08 20:57:12 +1030 |
commit | bd994cd7976ac93c530792e3c0d6f45a33c757b4 (patch) | |
tree | 6e5a4dd5d1b01e71d66f3cfe3d8e8c39d1410480 /NEWS | |
parent | bea23facc1644cffa53ecc84fa236806e9c94dfd (diff) | |
download | lua-cjson-bd994cd7976ac93c530792e3c0d6f45a33c757b4.tar.gz lua-cjson-bd994cd7976ac93c530792e3c0d6f45a33c757b4.tar.bz2 lua-cjson-bd994cd7976ac93c530792e3c0d6f45a33c757b4.zip |
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).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ | |||
1 | Version 1.0.5 (?) | ||
2 | * Updated Makefile for compatibility with non-GNU make implementations | ||
3 | |||
1 | Version 1.0.4 (Nov 30 2011) | 4 | Version 1.0.4 (Nov 30 2011) |
2 | * Fixed numeric conversion under locales with a comma decimal separator | 5 | * Fixed numeric conversion under locales with a comma decimal separator |
3 | 6 | ||