summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-10-18 09:07:54 -0600
committerBrian Paul <brianp@vmware.com>2010-10-19 08:59:27 -0600
commit988b246c471c9c7ece1082682853e3744b702dd2 (patch)
tree196c0106516b8404f625e32261f410495d917a54 /src/glu
parentf82d9843526e4f121ab1c2c726155e3b7dbe1a01 (diff)
mesa: fix mesa version string construction
Now that MESA_MINOR=10, we no longer need the extra '0' in the version string.
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile
index 20c3bed0c9..c8b29edcaa 100644
--- a/src/glu/sgi/Makefile
+++ b/src/glu/sgi/Makefile
@@ -8,7 +8,7 @@ include $(TOP)/configs/current
GLU_MAJOR = 1
GLU_MINOR = 3
-GLU_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
+GLU_TINY = 0$(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
INCDIRS = -I$(TOP)/include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess