commit | 14aa5da824a398fad7403510f7b49e724f862e23 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 18 16:03:36 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 18 16:03:36 1994 +0000 |
tree | 8ba9ef0e4f96e18371859d9d789116577632438c | |
parent | 6a3eb5f14d896ae9ad066a6ad96941bc7d244554 [diff] |
version.c is no longer...
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 @@ pythonmain.o pythonrun.o \ sigcheck.o structmember.o sysmodule.o \ traceback.o \ - version.o \ $(LIBOBJS) LIB= libPython.a