From: Brian Paul Date: Sat, 11 Nov 2000 19:09:29 +0000 (+0000) Subject: removed tr_attrib.c X-Git-Tag: 062012170305~27693 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7f55e76db47eb1f198d3f86980fdd066f01542f;p=profile%2Fivi%2Fmesa.git removed tr_attrib.c --- diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 069ad43..533e0c3 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.31 2000/11/11 01:43:03 brianp Exp $ +# $Id: Makefile.X11,v 1.32 2000/11/11 19:09:29 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -161,7 +161,6 @@ DRIVER_SOURCES = \ SVGA/svgamesa16.c \ SVGA/svgamesa24.c \ SVGA/svgamesa32.c \ - Trace/tr_attrib.c \ Trace/tr_context.c \ Trace/tr_control.c \ Trace/tr_error.c \ diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 069ad43..533e0c3 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.31 2000/11/11 01:43:03 brianp Exp $ +# $Id: Makefile.X11,v 1.32 2000/11/11 19:09:29 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -161,7 +161,6 @@ DRIVER_SOURCES = \ SVGA/svgamesa16.c \ SVGA/svgamesa24.c \ SVGA/svgamesa32.c \ - Trace/tr_attrib.c \ Trace/tr_context.c \ Trace/tr_control.c \ Trace/tr_error.c \