summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/descrip.mms4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 8d3027c273..f0c8a1c34e 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -48,7 +48,6 @@ CORE_SOURCES =accum.c \
light.c \
lines.c \
matrix.c \
- mmath.c \
nvprogram.c \
nvfragparse.c \
nvvertexec.c \
@@ -191,8 +190,7 @@ light.obj,\
lines.obj,\
matrix.obj
-OBJECTS3=mmath.obj,\
-nvprogram.obj,\
+OBJECTS3=nvprogram.obj,\
nvfragparse.obj,\
nvvertexec.obj,\
nvvertparse.obj,\