diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2005-10-20 13:06:03 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2005-10-20 13:06:03 +0000 |
commit | b50a51118ce474a679b0f9e026557ef1b83cd344 (patch) | |
tree | 1d4df4865234465cebc3f6e5376affb8e74a88fe /src/mesa | |
parent | 806e25a5d9c92d3b8e13d8ba3bc90fd3094803f3 (diff) |
descrip.mms syntax correction
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/descrip.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index edb338dd47..2f3552e99a 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -186,7 +186,7 @@ imports.obj : imports.c vsnprintf.c light.obj : light.c lines.obj : lines.c matrix.obj : matrix.c -mm.obj: mm.c +mm.obj : mm.c occlude.obj : occlude.c pixel.obj : pixel.c points.obj : points.c |