[svn-r1049] Corrected a typo in the definition of $AR.

This commit is contained in:
Albert Cheng 1999-02-01 22:56:02 -05:00
parent c2957e0922
commit d6668e2a28

View File

@ -13,7 +13,7 @@ if test "X-" = "X-$CC"; then
fi
# The default archiver is `xar'
AR="${AR:-xar}
AR=${AR:-xar}
# There is no ranlib
RANLIB=: