summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 15:11:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 15:11:01 +0000
commit2f49a40a0777523e9d2bf810a6bdb0400a750a75 (patch)
tree65922c1f644c0be170f8652a522d9db7ec6feaea /src/mesa/Makefile.X11
parentd9bb106726d3cc83475da536b4dbaeabac3740dd (diff)
added third, tiny version number to mklib scripts
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X114
1 files changed, 2 insertions, 2 deletions
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)