diff options
author | Brian Paul <[email protected]> | 2004-04-03 15:28:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-03 15:28:57 +0000 |
commit | c2b989f351f160e2c2d6942822903e3187a1d07e (patch) | |
tree | c231db373d9559df092e6b6a1672101368cd6f34 /src | |
parent | 51aa7a93ad6a16fa3f77e0f6a975d36fd4a00401 (diff) |
minor tweak
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 114388ff5bb..1ccdf5412c3 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) |