From 5429d4a04a90f1e8664336143985973729a97768 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 28 May 2008 08:53:32 -0600 Subject: replace make with $(MAKE) (bug 16133) --- src/glx/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/x11/Makefile') 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: -- cgit v1.2.3