From 988b246c471c9c7ece1082682853e3744b702dd2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 18 Oct 2010 09:07:54 -0600 Subject: mesa: fix mesa version string construction Now that MESA_MINOR=10, we no longer need the extra '0' in the version string. --- src/glu/sgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glu') 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 -- cgit v1.2.3