From: Fred Drake Date: Wed, 5 Aug 1998 21:33:54 +0000 (+0000) Subject: Make getversion.o dependent on ../Include/patchlevel.h as well. X-Git-Tag: v1.5.2a1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d807879b31e4e9872892de7220a4ab66518e4af5;p=thirdparty%2FPython%2Fcpython.git Make getversion.o dependent on ../Include/patchlevel.h as well. --- diff --git a/Python/Makefile.in b/Python/Makefile.in index 4a8361cbf0ab..d7f068c31fe1 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