diff options
author | Guido van Rossum <guido@python.org> | 1997-08-19 14:40:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-19 14:40:11 (GMT) |
commit | 5aadaf5a8e4b7ee84ab8ba1293f60e5de51892b1 (patch) | |
tree | b4464b4ff31bdd6e968eed7fb19830f6bb4417de /Makefile.in | |
parent | d0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2 (diff) | |
download | cpython-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.in | 1 |
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@ |