summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 08:53:32 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 08:53:53 -0600
commit5429d4a04a90f1e8664336143985973729a97768 (patch)
tree5f219eec2f2c20d87361fcabc9823b8a393809d4 /src
parent3e6c791390fd03ca04302f1312b94cd3c5ca0054 (diff)
replace make with $(MAKE) (bug 16133)
Diffstat (limited to 'src')
-rw-r--r--src/glx/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index 1d6bb2f1c9..894c3cf159 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -85,7 +85,7 @@ tags:
etags `find . -name \*.[ch]` `find $(TOP)/include`
install: $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME)
- make -C $(TOP)/src/mesa install-libgl
+ $(MAKE) -C $(TOP)/src/mesa install-libgl
# Remove .o and backup files
clean: