diff options
author | Guido van Rossum <guido@python.org> | 1994-08-18 16:03:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-18 16:03:36 (GMT) |
commit | 14aa5da824a398fad7403510f7b49e724f862e23 (patch) | |
tree | 8ba9ef0e4f96e18371859d9d789116577632438c /Python | |
parent | 6a3eb5f14d896ae9ad066a6ad96941bc7d244554 (diff) | |
download | cpython-14aa5da824a398fad7403510f7b49e724f862e23.zip cpython-14aa5da824a398fad7403510f7b49e724f862e23.tar.gz cpython-14aa5da824a398fad7403510f7b49e724f862e23.tar.bz2 |
version.c is no longer...
Diffstat (limited to 'Python')
-rw-r--r-- | Python/Makefile.in | 1 |
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 |