From d807879b31e4e9872892de7220a4ab66518e4af5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 5 Aug 1998 21:33:54 +0000 Subject: [PATCH] Make getversion.o dependent on ../Include/patchlevel.h as well. --- Python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Makefile.in b/Python/Makefile.in index 4a8361cbf0..d7f068c31f 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 -- 2.50.1