mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
r300g: use $(MAKE) variable
Fixes bug 24501
This commit is contained in:
parent
ca7cd3ade0
commit
225bc70b77
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue