Need to define AR since it is used, and not all Makes define it by default.

This commit is contained in:
Guido van Rossum 1997-08-19 14:40:11 +00:00
parent d0417ecce5
commit 5aadaf5a8e
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ VERSION= @VERSION@
srcdir= @srcdir@
VPATH= @srcdir@
CC= @CC@
AR= @AR@
RANLIB= @RANLIB@
DEFS= @DEFS@