]> granicus.if.org Git - python/commitdiff
Removed cgensupport.[co] (to ../Modules).
authorGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 15:42:53 +0000 (15:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 15:42:53 +0000 (15:42 +0000)
Python/Makefile.in

index e8cc39f355c06a74b9bd14e2447c9c95c6403d40..c31c640a0f24a09fb5da40b73d54c35039f10b86 100644 (file)
@@ -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