Make the Makefiles more portable
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 11 Feb 2018 22:07:53 +0000 (22:07 +0000)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 26 Feb 2018 18:59:08 +0000 (18:59 +0000)
commitc6313893bf0b70db2d3045310f47c26915af75ef
treea9fc5f669677ee83faaab3bcf2170de4f686227c
parent4b0f18c6bcd2d2eafa6b7aebab2be32a51ac99c2
Make the Makefiles more portable

- BSD make doesn't support the GNU extensions, and in that
systems the GNU make is called gmake. Seeting the value of
MAKE directly to make break the compilation in that systems.

- In the same way, in BSD systems yacc is not aliased to byacc,
and that explicit rule is not needed at all because POSIX
make already has a default rule to generate c files from y
files.
Applications/MWC/cmd/Makefile.6502
Applications/MWC/cmd/Makefile.68000
Applications/MWC/cmd/Makefile.6809
Applications/MWC/cmd/Makefile.z80
Kernel/Makefile
Kernel/cpu-z80/image.mk
Kernel/platform-msx2/image.mk
Kernel/tools/findsdcc
Library/libs/Makefile.z80