summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-18 16:03:36 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-18 16:03:36 (GMT)
commit14aa5da824a398fad7403510f7b49e724f862e23 (patch)
tree8ba9ef0e4f96e18371859d9d789116577632438c /Python
parent6a3eb5f14d896ae9ad066a6ad96941bc7d244554 (diff)
downloadcpython-14aa5da824a398fad7403510f7b49e724f862e23.zip
cpython-14aa5da824a398fad7403510f7b49e724f862e23.tar.gz
cpython-14aa5da824a398fad7403510f7b49e724f862e23.tar.bz2
version.c is no longer...
Diffstat (limited to 'Python')
-rw-r--r--Python/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in
index 732ea86..f61fea8 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -40,7 +40,6 @@ OBJS= \
pythonmain.o pythonrun.o \
sigcheck.o structmember.o sysmodule.o \
traceback.o \
- version.o \
$(LIBOBJS)
LIB= libPython.a