diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2002-01-15 18:41:53 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2002-01-15 18:41:53 +0000 |
commit | 2ff30b21bc75d4121d4107e67b13f494664e5687 (patch) | |
tree | 7519c9462e14bbc3163b42c8f0b82c326973589a | |
parent | e19f5d7cb77c5ce019736c4729499a5492c4633b (diff) |
Correct typo (vpstate.c) so that makefile works.
-rw-r--r-- | src/mesa/main/Makefile.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 05cc70839c..81eb363353 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -90,7 +90,7 @@ CORE_SRCS = \ varray.c \ vpexec.c \ vpparse.c \ - vpstatee.c \ + vpstate.c \ vtxfmt.c \ # X86\x86.c \ # X86\common_x86.c \ |