diff options
author | Brian Paul <[email protected]> | 2004-03-02 17:28:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-02 17:28:56 +0000 |
commit | af745e5d4d6077fe46bd5692408475890848d66c (patch) | |
tree | d18c7b720886a96b677fbe16e5e1487be0d3ad12 /src/mesa/Makefile.OSMesa16 | |
parent | 411b8faac47317e73ab9c285a85631a340a4ad53 (diff) |
fixed linux-osmesa16-static. Added linux-static config
Diffstat (limited to 'src/mesa/Makefile.OSMesa16')
-rw-r--r-- | src/mesa/Makefile.OSMesa16 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.OSMesa16 b/src/mesa/Makefile.OSMesa16 index 4963ec47edf..758b1421a62 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 |