From b745a0481b8caff2b3ca9e90e48289f2f65f7b4f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 23 Aug 2000 21:16:10 +0000 Subject: [PATCH] Remove the dependency information for version.o; this is not part of the sources/build process any more. --- Python/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/Makefile.in b/Python/Makefile.in index 582514022cb..597cb208bf7 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.