summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-23 21:16:10 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-23 21:16:10 (GMT)
commitb745a0481b8caff2b3ca9e90e48289f2f65f7b4f (patch)
tree43b13899e31c023560bdfb73e6f802203d69076c
parentcf29bb2aa9ae4017882982a8a28cc69cf874aedd (diff)
downloadcpython-b745a0481b8caff2b3ca9e90e48289f2f65f7b4f.zip
cpython-b745a0481b8caff2b3ca9e90e48289f2f65f7b4f.tar.gz
cpython-b745a0481b8caff2b3ca9e90e48289f2f65f7b4f.tar.bz2
Remove the dependency information for version.o; this is not part of
the sources/build process any more.
-rw-r--r--Python/Makefile.in1
1 files changed, 0 insertions, 1 deletions
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 @@ 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.