Removed cgensupport.[co] (to ../Modules).
diff --git a/Python/Makefile.in b/Python/Makefile.in
index e8cc39f..c31c640 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -34,7 +34,7 @@
 
 OBJS=		\
 		bltinmodule.o \
-		ceval.o cgensupport.o compile.o \
+		ceval.o compile.o \
 		errors.o \
 		frozen.o \
 		getargs.o getcompiler.o getcopyright.o getmtime.o \
@@ -85,7 +85,6 @@
 
 bltinmodule.o: bltinmodule.c
 ceval.o: ceval.c
-cgensupport.o: cgensupport.c
 compile.o: compile.c
 dup2.o: dup2.c
 errors.o: errors.c