From c2b989f351f160e2c2d6942822903e3187a1d07e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Apr 2004 15:28:57 +0000 Subject: [PATCH] minor tweak --- src/mesa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 114388f..1ccdf54 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -97,7 +97,7 @@ stand-alone: depend subdirs $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(OSMESA_LIB_NA osmesa-only: depend subdirs $(LIB_DIR)/$(OSMESA_LIB_NAME) subdirs: - (cd x86 ; make) + @ (cd x86 ; make) # Make the GL library $(LIB_DIR)/$(GL_LIB_NAME): $(STAND_ALONE_OBJECTS) -- 2.7.4