diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:09:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:09:09 -0600 |
commit | f6246f85d7c87180b464f84f330385680a82a601 (patch) | |
tree | 5e12a93b055a094417a6434ccee031fd2ce26a27 /src/mesa/Makefile | |
parent | 910b3bfaeb372ef0e20c6b05c64c3721b739a442 (diff) |
s/SOLO/MESA/
Diffstat (limited to 'src/mesa/Makefile')
-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) |