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)
commit82bfe96bc8fb566e95d984f9815d051171564e20
treef6268da7ca52e97f41a0eabba4150bb1a9750354
parent6821b6b42b3c9978d3b36728e2fd8dedaec4d20f
Makefile: Use $(MAKE) instead of plain 'make'.

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