From 58a6ac55d23ee3348bcb410cd35315ec6ae0dc93 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 29 Apr 1997 15:42:53 +0000 Subject: [PATCH] Removed cgensupport.[co] (to ../Modules). --- Python/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python/Makefile.in b/Python/Makefile.in index e8cc39f355..c31c640a0f 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -34,7 +34,7 @@ SHELL= /bin/sh 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 @@ depend: bltinmodule.o: bltinmodule.c ceval.o: ceval.c -cgensupport.o: cgensupport.c compile.o: compile.c dup2.o: dup2.c errors.o: errors.c -- 2.50.1