summaryrefslogtreecommitdiff
path: root/libc/misc/wctype/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/wctype/Makefile.in')
-rw-r--r--libc/misc/wctype/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wctype/Makefile.in b/libc/misc/wctype/Makefile.in
index dc008ec7d..556b98856 100644
--- a/libc/misc/wctype/Makefile.in
+++ b/libc/misc/wctype/Makefile.in
@@ -6,7 +6,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-MSRC:=wctype.c
+MSRC:=_wctype.c
MOBJ:= iswalnum.o iswalpha.o iswcntrl.o iswdigit.o iswgraph.o \
iswlower.o iswprint.o iswpunct.o iswspace.o iswupper.o \
iswxdigit.o iswblank.o wctrans.o towctrans.o \