replaced x86_xform_raw4.S with x86_xform4.S
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Sep 2001 19:18:03 +0000 (19:18 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Sep 2001 19:18:03 +0000 (19:18 +0000)
Make-config

index f8c71b25e39c18b8314a87463d81318e396f824e..19402e27e89c46b7e63574956c06aa02a7269d50 100644 (file)
@@ -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 \