summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-03 15:28:57 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-03 15:28:57 +0000
commitc2b989f351f160e2c2d6942822903e3187a1d07e (patch)
treec231db373d9559df092e6b6a1672101368cd6f34
parent51aa7a93ad6a16fa3f77e0f6a975d36fd4a00401 (diff)
minor tweak
-rw-r--r--src/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 114388ff5b..1ccdf5412c 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)