replace make with $(MAKE) (bug 16133)
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 28 May 2008 14:53:32 +0000 (08:53 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 28 May 2008 14:53:53 +0000 (08:53 -0600)
src/glx/x11/Makefile

index 1d6bb2f1c95e86963030861d7d6ee5846469396e..894c3cf159ebec20b4fe4e8821a0413cc05873e4 100644 (file)
@@ -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: