summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-02 17:28:56 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-02 17:28:56 +0000
commitaf745e5d4d6077fe46bd5692408475890848d66c (patch)
treed18c7b720886a96b677fbe16e5e1487be0d3ad12 /src
parent411b8faac47317e73ab9c285a85631a340a4ad53 (diff)
fixed linux-osmesa16-static. Added linux-static config
Diffstat (limited to 'src')
-rw-r--r--src/mesa/Makefile.OSMesa162
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.OSMesa16 b/src/mesa/Makefile.OSMesa16
index 4963ec47ed..758b1421a6 100644
--- a/src/mesa/Makefile.OSMesa16
+++ b/src/mesa/Makefile.OSMesa16
@@ -66,7 +66,7 @@ targets: $(LIBDIR)/$(OSMESA_LIB)
$(LIBDIR)/$(OSMESA_LIB): $(OBJECTS)
$(TOP)/bin/mklib $(MAKELIB_FLAGS) -o $(OSMESA_LIB_NAME) \
-major $(MESA_MAJOR) -minor $(MESA_MINOR) -patch $(MESA_TINY) \
- -install $(LIBDIR) $(GL_LIB_DEPS) $(OBJECTS)
+ $(MKLIB_OPTIONS) -install $(LIBDIR) $(GL_LIB_DEPS) $(OBJECTS)
# Run 'make dep' to update the dependencies if you change what's included