diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-09-17 12:06:56 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-09-17 12:06:56 +0000 | 
| commit | d2a57c9b2bcfb1e2ccc02f4508a9d7fc498e4e17 (patch) | |
| tree | cc1a3d7ced87414272fe8f98505130d00e95350f | |
| parent | b32966fc806187e8c2032236d9f33ac60fa8e873 (diff) | |
 pad GLU_TINY to 6 digits
| -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 f29b179d0d..625120a1cc 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.4 1999/09/15 16:31:31 brianp Exp $ +# $Id: Makefile.X11,v 1.5 1999/09/17 12:06:56 brianp Exp $  # Mesa 3-D graphics library  # Version:  3.1 @@ -11,7 +11,7 @@  GLU_MAJOR = 1  GLU_MINOR = 2 -GLU_TINY = $(MESA_MAJOR)$(MESA_MINOR)$(MESA_TINY) +GLU_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)  VPATH = RCS | 
