r300g: use $(MAKE) variable

Fixes bug 24501
This commit is contained in:
Coleman Kane 2009-12-04 08:44:57 -07:00 committed by Brian Paul
parent ca7cd3ade0
commit 225bc70b77
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ include ../../Makefile.template
.PHONY : $(COMPILER_ARCHIVE)
$(COMPILER_ARCHIVE):
cd $(TOP)/src/mesa/drivers/dri/r300/compiler; make
$(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler