diff options
author | Guido van Rossum <guido@python.org> | 2007-08-07 22:02:18 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-07 22:02:18 +0000 |
commit | 3e7d358b97dd6c06f9abebc7502657954f4ba595 (patch) | |
tree | 4c24ac15712a912db52f1692b0a9efcc3bcd8e9a /Makefile.pre.in | |
parent | 8e5d8152dd2da8223b8879c94724483030630794 (diff) | |
download | cpython-3e7d358b97dd6c06f9abebc7502657954f4ba595.tar.gz |
Oops. I killed a bit too much and not enough when I deleted intobject.c.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 8f06c4e95f..1ca422a174 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -296,7 +296,6 @@ OBJECT_OBJS= \ Objects/floatobject.o \ Objects/frameobject.o \ Objects/funcobject.o \ - Objects/intobject.o \ Objects/iterobject.o \ Objects/listobject.o \ Objects/longobject.o \ |