diff options
Diffstat (limited to 'src/glu/mesa/Makefile.X11')
-rw-r--r-- | src/glu/mesa/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11 index 2b123810a5..c5dd490dfa 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.2 1999/09/10 02:03:31 gareth Exp $ +# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:01 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -40,7 +40,7 @@ targets: $(LIBDIR)/$(GLU_LIB) # Make the library: $(LIBDIR)/$(GLU_LIB): $(OBJECTS) - $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(OBJECTS) + $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS) mv $(GLU_LIB)* $(LIBDIR) include ../Make-config |