diff options
author | Brian Paul <[email protected]> | 2004-08-14 21:53:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-08-14 21:53:14 +0000 |
commit | 98ae32c0f78a95d94eef08c26aed1d263fe4a6e2 (patch) | |
tree | 50fdf1b25ec9d6af9171e2aabec9b791a2a8f1c1 /Makefile | |
parent | d48ef3ebe7cee17c20fcbeff24fb14437a83d0c8 (diff) |
fix swrast/shader typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ LIB_FILES = \ $(DIRECTORY)/src/mesa/math/math.dsp \ $(DIRECTORY)/src/mesa/math/descrip.mms \ $(DIRECTORY)/src/mesa/shader/*.[ch] \ - $(DIRECTORY)/src/mesa/shader/swrast.dsp \ + $(DIRECTORY)/src/mesa/shader/shader.dsp \ $(DIRECTORY)/src/mesa/shader/descrip.mms \ $(DIRECTORY)/src/mesa/swrast/*.[ch] \ $(DIRECTORY)/src/mesa/swrast/swrast.dsp \ |