Commit e2b9ff2
committed
Add GNU Make 4.0+ version check to Makefile
- Require GNU Make 4.0 or later for $(file ...) function support
- Display helpful error message on macOS directing users to use 'gmake'
- Fixes issue where VERSION_STRING was empty with old make 3.81
- Ensures version numbers appear in dist filenames (e.g., fujinet-lib-apple2-4.8.0.zip)
Users on macOS should use 'gmake' instead of 'make' for proper version handling.1 parent 4796185 commit e2b9ff2
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments