From d2a57c9b2bcfb1e2ccc02f4508a9d7fc498e4e17 Mon Sep 17 00:00:00 2001
From: Brian Paul <brian.paul@tungstengraphics.com>
Date: Fri, 17 Sep 1999 12:06:56 +0000
Subject:  pad GLU_TINY to 6 digits

---
 src/glu/mesa/Makefile.X11 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

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
 
-- 
cgit v1.2.3