diff --git a/Makefile.pre.in b/Makefile.pre.in index a332b6b793d..4bc5a8cc1e5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -230,7 +230,7 @@ PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/tokenizer.o PGOBJS= \ Objects/obmalloc.o \ Python/mysnprintf.o \ - Python/pyctype.o \ + Python/pyctype.o \ Parser/tokenizer_pgen.o \ Parser/printgrammar.o \ Parser/pgenmain.o