Makefile: Use $(MAKE) to use the current make
commit18689e5268b649f1a4109a6e7b7a79689df3b129
authorThomas Perl <m@thp.io>
Wed, 22 Feb 2012 19:05:07 +0000 (22 20:05 +0100)
committerThomas Perl <m@thp.io>
Wed, 22 Feb 2012 18:46:01 +0000 (22 19:46 +0100)
tree3ea0ea1e016d632e853f5c4c16122a4ff866a193
parent81fe7795ec0d4ea88d2972e0cf7d1c5ae3c7d81f
Makefile: Use $(MAKE) to use the current make

When using a system that has a non-GNU "make" installed,
we might want to call e.g. "gmake clean" in the source
directory, and this makes sure that the same "make" is
used when recursing into subdirectories.
makefile