summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-19 14:40:11 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-19 14:40:11 (GMT)
commit5aadaf5a8e4b7ee84ab8ba1293f60e5de51892b1 (patch)
treeb4464b4ff31bdd6e968eed7fb19830f6bb4417de /Makefile.in
parentd0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2 (diff)
downloadcpython-5aadaf5a8e4b7ee84ab8ba1293f60e5de51892b1.zip
cpython-5aadaf5a8e4b7ee84ab8ba1293f60e5de51892b1.tar.gz
cpython-5aadaf5a8e4b7ee84ab8ba1293f60e5de51892b1.tar.bz2
Need to define AR since it is used, and not all Makes define it by default.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 304c0d9..27d3c95 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@