From: Guido van Rossum Date: Thu, 18 Aug 1994 16:03:36 +0000 (+0000) Subject: version.c is no longer... X-Git-Tag: v1.1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14aa5da824a398fad7403510f7b49e724f862e23;p=thirdparty%2FPython%2Fcpython.git version.c is no longer... --- diff --git a/Python/Makefile.in b/Python/Makefile.in index 732ea865004b..f61fea800e17 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