From: Fred Drake Date: Wed, 23 Aug 2000 21:16:10 +0000 (+0000) Subject: Remove the dependency information for version.o; this is not part of X-Git-Tag: v2.0b1~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b745a0481b8caff2b3ca9e90e48289f2f65f7b4f;p=thirdparty%2FPython%2Fcpython.git Remove the dependency information for version.o; this is not part of the sources/build process any more. --- diff --git a/Python/Makefile.in b/Python/Makefile.in index 582514022cbc..597cb208bf79 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -134,7 +134,6 @@ structmember.o: structmember.c sysmodule.o: sysmodule.c ../Include/patchlevel.h thread.o: thread.c traceback.o: traceback.c -version.o: version.c # DO NOT DELETE THIS LINE -- mkdep uses it. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.