diff options
author | Brian Paul <[email protected]> | 2001-09-24 19:18:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-09-24 19:18:03 +0000 |
commit | b1ee387ab5933bc6ad75655f06063558f8ee3f7b (patch) | |
tree | 164d659097a78f1027e3904963f912266dc6ca07 /Make-config | |
parent | 220e77a3f7a8e3ad165fa4ea4564564a2832a803 (diff) |
replaced x86_xform_raw4.S with x86_xform4.S
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-config b/Make-config index f8c71b25e39..19402e27e89 100644 --- a/Make-config +++ b/Make-config @@ -1,4 +1,4 @@ -# $Id: Make-config,v 1.49 2001/09/23 16:53:28 brianp Exp $ +# $Id: Make-config,v 1.50 2001/09/24 19:18:03 brianp Exp $ MESA_MAJOR=4 MESA_MINOR=0 @@ -587,7 +587,7 @@ linux-x86-static: "GLUT_LIB_DEPS = -L../lib -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm" \ "APP_LIB_DEPS = -lm" \ "ASM_SOURCES = X86/common_x86_asm.S X86/glapi_x86.S \ - X86/x86_xform2.S X86/x86_xform3.S X86/x86_xform_raw4.S \ + X86/x86_xform2.S X86/x86_xform3.S X86/x86_xform4.S \ X86/x86_cliptest.S X86/x86_vertex.S \ X86/mmx_blend.S \ X86/3dnow_xform1.S X86/3dnow_xform2.S \ |