diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-05 21:33:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-05 21:33:54 (GMT) |
commit | d807879b31e4e9872892de7220a4ab66518e4af5 (patch) | |
tree | 10f56141ca088c1ce3dc109730989f9193dd8082 | |
parent | b2395ebd517b55fda1019c649b060e5180d0cdcc (diff) | |
download | cpython-d807879b31e4e9872892de7220a4ab66518e4af5.zip cpython-d807879b31e4e9872892de7220a4ab66518e4af5.tar.gz cpython-d807879b31e4e9872892de7220a4ab66518e4af5.tar.bz2 |
Make getversion.o dependent on ../Include/patchlevel.h as well.
-rw-r--r-- | Python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in index 4a8361c..d7f068c 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -98,7 +98,7 @@ getcwd.o: getcwd.c getmtime.o: getmtime.c getopt.o: getopt.c getplatform.o: getplatform.c -getversion.o: getversion.c +getversion.o: getversion.c ../Include/patchlevel.h graminit.o: graminit.c import.o: import.c importdl.o: importdl.c |