]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make getversion.o dependent on ../Include/patchlevel.h as well.
authorFred Drake <fdrake@acm.org>
Wed, 5 Aug 1998 21:33:54 +0000 (21:33 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 5 Aug 1998 21:33:54 +0000 (21:33 +0000)
Python/Makefile.in

index 4a8361cbf0ab8e73c1e1f298950ab1a5908b4f34..d7f068c31fe101e93324159af89c3118df43b7e2 100644 (file)
@@ -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