From: Guido van Rossum Date: Tue, 19 Aug 1997 14:40:11 +0000 (+0000) Subject: Need to define AR since it is used, and not all Makes define it by default. X-Git-Tag: v1.5a4~358 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aadaf5a8e4b7ee84ab8ba1293f60e5de51892b1;p=thirdparty%2FPython%2Fcpython.git Need to define AR since it is used, and not all Makes define it by default. --- diff --git a/Makefile.in b/Makefile.in index 304c0d9d7b7f..27d3c952044b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,6 +81,7 @@ VERSION= @VERSION@ srcdir= @srcdir@ VPATH= @srcdir@ CC= @CC@ +AR= @AR@ RANLIB= @RANLIB@ DEFS= @DEFS@