From: Karl Schultz Date: Tue, 15 Jan 2002 18:41:53 +0000 (+0000) Subject: Correct typo (vpstate.c) so that makefile works. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ff30b21bc75d4121d4107e67b13f494664e5687;p=mesa.git Correct typo (vpstate.c) so that makefile works. --- diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 05cc70839ce..81eb3633538 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 \