From: Guido van Rossum Date: Wed, 5 Jan 1994 00:00:14 +0000 (+0000) Subject: made depend target work with VPATH X-Git-Tag: v1.0.1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04e74c4e0c0163da3586450225e11bcbc703c37b;p=thirdparty%2FPython%2Fcpython.git made depend target work with VPATH --- diff --git a/ChangeLog b/ChangeLog index 4a78d9c1b3c3..b47a0bed3c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Wed Jan 5 00:18:45 1994 Guido van Rossum (guido@voorn.cwi.nl) + * {Parser,Objects,Python,Makefile}/Makefile*in: made depend target + work with VPATH + * README: describe new build procedure; added section on building for multiple architectures