summaryrefslogtreecommitdiff
path: root/src/glu/mesa/Makefile.BeOS
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/glu/mesa/Makefile.BeOS
parentd9bb106726d3cc83475da536b4dbaeabac3740dd (diff)
added third, tiny version number to mklib scripts
Diffstat (limited to 'src/glu/mesa/Makefile.BeOS')
-rw-r--r--src/glu/mesa/Makefile.BeOS2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile.BeOS b/src/glu/mesa/Makefile.BeOS
index 016bb580ae..721ad943fb 100644
--- a/src/glu/mesa/Makefile.BeOS
+++ b/src/glu/mesa/Makefile.BeOS
@@ -54,7 +54,7 @@ targets: $(LIBDIR)/$(GLU_LIB)
# Make the library:
$(LIBDIR)/$(GLU_LIB): $(OBJECTS)
- $(MAKELIB) $(GLU_LIB) 2 6 $(OBJECTS)
+ $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
# $(RANLIB) $(GLU_LIB)
mv $(GLU_LIB)* $(LIBDIR)