summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-01 17:46:22 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-01 17:46:22 (GMT)
commit19c6afb42b12c3a50900b4157c8398e01acad91f (patch)
treef27347880c4064233e6d7f2bed2f020958ef7a6f /Python
parent29b8d5acd05f0504c111fad2f7c7287baf74b2f2 (diff)
downloadcpython-19c6afb42b12c3a50900b4157c8398e01acad91f.zip
cpython-19c6afb42b12c3a50900b4157c8398e01acad91f.tar.gz
cpython-19c6afb42b12c3a50900b4157c8398e01acad91f.tar.bz2
Include the dependence of sysmodule on the patchlevel.h include, so
that sys.version_info will be built properly.
Diffstat (limited to 'Python')
-rw-r--r--Python/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in
index fd5fd1b..5825140 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -131,7 +131,7 @@ sigcheck.o: sigcheck.c
strerror.o: strerror.c
strtod.o: strtod.c
structmember.o: structmember.c
-sysmodule.o: sysmodule.c
+sysmodule.o: sysmodule.c ../Include/patchlevel.h
thread.o: thread.c
traceback.o: traceback.c
version.o: version.c