Makefile: Use $(MAKE) instead of plain 'make'.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 18:19:28 +0000 (10:19 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 18:25:31 +0000 (10:25 -0800)
commitb14dfcf89212916f3098150131162b7f3e9ae190
treeaca89036c8eb96497f65926947ca1aa81e93b99f
parent8b801a69f8e0c2c4ef7e32a2476786f80f433b8e
Makefile: Use $(MAKE) instead of plain 'make'.

This allows make to pass the proper command line arguments to the sub-make.
Makefile