perl-module: use $(MAKE) directly in rules that call make.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Feb 2012 18:09:28 +0000 (10:09 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Feb 2012 18:16:36 +0000 (10:16 -0800)
commitab27e617d38c0c074ae82c9c4d715775068baf37
tree56822a5c7d1be15a5174cfbe1f863e96f0bccb09
parentd0dc2e01dc5f60df296c657b7ceeaf0f3624cfb9
perl-module: use $(MAKE) directly in rules that call make.

The GNU make manual says that $(MAKE) must appear directly in a rule
rather than through recursive expansion to work properly.  (This
change fixes a GNU make warning about an unavailable jobserver.)
perl-module/automake.mk