diff options
Diffstat (limited to 'src/glu/mesa/Makefile.BeOS')
-rw-r--r-- | src/glu/mesa/Makefile.BeOS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile.BeOS b/src/glu/mesa/Makefile.BeOS index 016bb580ae3..721ad943fbb 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) |