diff options
Diffstat (limited to 'unix-cpy/Makefile')
-rw-r--r-- | unix-cpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 29ccb32773..a77a6308b1 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -14,7 +14,7 @@ PY_O = \ malloc.o \ qstr.o \ vstr.o \ - misc.o \ + unicode.o \ lexer.o \ lexerunix.o \ parse.o \ |