diff options
author | Brian Paul <[email protected]> | 2006-11-23 00:44:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-11-23 00:44:14 +0000 |
commit | 17e97ea8692cccb6d526579c489b7a9c647468cf (patch) | |
tree | 4d95c2bb02232ad0a7d9ffcc0311bb84e92ed926 /Makefile | |
parent | ba02b07c754f8c7df834e8ebcb55f784a58889ea (diff) |
fix typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/glapi/sources \ $(DIRECTORY)/src/mesa/array_cache/*.[ch] \ $(DIRECTORY)/src/mesa/array_cache/descrip.mms \ - $(DIRECTORY)/src/mesa/array_cache/sourcess \ + $(DIRECTORY)/src/mesa/array_cache/sources \ $(DIRECTORY)/src/mesa/math/*.[ch] \ $(DIRECTORY)/src/mesa/math/descrip.mms \ $(DIRECTORY)/src/mesa/math/sources \ |