Browse Source

minor tweak

tags/R300_DRIVER_0
Brian Paul 22 years ago
parent
commit
c2b989f351
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/Makefile

+ 1
- 1
src/mesa/Makefile View File

@@ -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)

Loading…
Cancel
Save