]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Need to define AR since it is used, and not all Makes define it by default.
authorGuido van Rossum <guido@python.org>
Tue, 19 Aug 1997 14:40:11 +0000 (14:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Aug 1997 14:40:11 +0000 (14:40 +0000)
Makefile.in

index 304c0d9d7b7f5e82248c27929293171453198263..27d3c952044bda52787205e416f86294cb434483 100644 (file)
@@ -81,6 +81,7 @@ VERSION=      @VERSION@
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 CC=            @CC@
+AR=            @AR@
 RANLIB=                @RANLIB@
 DEFS=          @DEFS@