commit | b745a0481b8caff2b3ca9e90e48289f2f65f7b4f | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Aug 23 21:16:10 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Aug 23 21:16:10 2000 +0000 |
tree | 43b13899e31c023560bdfb73e6f802203d69076c | |
parent | cf29bb2aa9ae4017882982a8a28cc69cf874aedd [diff] |
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 5825140..597cb20 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in
@@ -134,7 +134,6 @@ 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.