mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Removed cgensupport.[co] (to ../Modules).
This commit is contained in:
parent
4f1099fcf4
commit
58a6ac55d2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue