From 2f49a40a0777523e9d2bf810a6bdb0400a750a75 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 15 Sep 1999 15:11:01 +0000 Subject: added third, tiny version number to mklib scripts --- src/mesa/Makefile.X11 | 4 ++-- src/mesa/main/Makefile.X11 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 56df7256e3..790e7881bc 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.2 1999/09/07 21:32:30 brianp Exp $ +# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -222,7 +222,7 @@ targets: $(LIBDIR)/$(GL_LIB) # Make the library $(LIBDIR)/$(GL_LIB): $(OBJECTS) - $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(OBJECTS) + $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS) rm -f $(LIBDIR)/$(GL_LIB)* mv $(GL_LIB)* $(LIBDIR) diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 56df7256e3..790e7881bc 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.2 1999/09/07 21:32:30 brianp Exp $ +# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -222,7 +222,7 @@ targets: $(LIBDIR)/$(GL_LIB) # Make the library $(LIBDIR)/$(GL_LIB): $(OBJECTS) - $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(OBJECTS) + $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS) rm -f $(LIBDIR)/$(GL_LIB)* mv $(GL_LIB)* $(LIBDIR) -- cgit v1.2.3