diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:09:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:09:28 -0600 |
commit | ffeb90169fd54d6e364a308a9b997437426e1b83 (patch) | |
tree | 3f4e1d10ae37ec23689b348fb76673dca338eec2 | |
parent | 4f15e3eefbd31b4fdcf90c2798d0cb41c893b049 (diff) |
s/SOLO/MESA/
-rw-r--r-- | src/mesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index d39f282b338..a301625179f 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -29,8 +29,8 @@ default: depend asm_subdirs libmesa.a libglapi.a driver_subdirs # Helper libraries used by many drivers: # Make archive of core mesa object files -libmesa.a: $(SOLO_OBJECTS) - @ $(TOP)/bin/mklib -o mesa -static $(SOLO_OBJECTS) +libmesa.a: $(MESA_OBJECTS) + @ $(TOP)/bin/mklib -o mesa -static $(MESA_OBJECTS) # Make archive of gl* API dispatcher functions only libglapi.a: $(GLAPI_OBJECTS) |