make check not using $(MAKE) variable
Under the check: rule the call to make all uses make directly instead of $(MAKE). This breaks on BSD where gnu make is installed as gmake.
Under the check: rule the call to make all uses make directly instead of $(MAKE). This breaks on BSD where gnu make is installed as gmake.