diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-10-09 18:22:55 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-10-09 18:24:45 +0800 |
commit | 8204c733523675d505a8c726ec65b65e15485ce1 (patch) | |
tree | 92de5d30da1c4a0bd401bafbe47f2e159f7be533 /ChangeLog | |
parent | 2b51dac1f9750f6eb4988f3c23b0e8f618136b6b (diff) |
[Makefile] Fix for GNU make < 4 (closes #9387)
Shell assignment operator in BSD make != is ported to GNU make in
version 4.0, so 3.x doesn't work. I choose to drop BSD make support as
installing GNU make on *BSD systems is easier than installing newer GNU
make.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +version <unreleased> + +Core +* [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387) + + version 2016.10.07 Extractors |