diff options
author | Guido van Rossum <guido@python.org> | 1997-04-29 15:42:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-29 15:42:53 (GMT) |
commit | 58a6ac55d23ee3348bcb410cd35315ec6ae0dc93 (patch) | |
tree | 3d51f7693d81f06c4530c0b2e0a618ac210fd29a /Python/Makefile.in | |
parent | 4f1099fcf4485e59840036f1ca2d7540ffcabfdd (diff) | |
download | cpython-58a6ac55d23ee3348bcb410cd35315ec6ae0dc93.zip cpython-58a6ac55d23ee3348bcb410cd35315ec6ae0dc93.tar.gz cpython-58a6ac55d23ee3348bcb410cd35315ec6ae0dc93.tar.bz2 |
Removed cgensupport.[co] (to ../Modules).
Diffstat (limited to 'Python/Makefile.in')
-rw-r--r-- | Python/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ 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 |