From af745e5d4d6077fe46bd5692408475890848d66c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Mar 2004 17:28:56 +0000 Subject: fixed linux-osmesa16-static. Added linux-static config --- src/mesa/Makefile.OSMesa16 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3