projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6c791
)
replace make with $(MAKE) (bug 16133)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 28 May 2008 14:53:32 +0000
(08:53 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 28 May 2008 14:53:53 +0000
(08:53 -0600)
src/glx/x11/Makefile
patch
|
blob
|
history
diff --git
a/src/glx/x11/Makefile
b/src/glx/x11/Makefile
index 1d6bb2f1c95e86963030861d7d6ee5846469396e..894c3cf159ebec20b4fe4e8821a0413cc05873e4 100644
(file)
--- 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: