delete .a files before adding to them with ar
authorEvan Martin <martine@danga.com>
Wed, 14 Sep 2011 19:08:02 +0000 (12:08 -0700)
committerEvan Martin <martine@danga.com>
Wed, 14 Sep 2011 19:08:02 +0000 (12:08 -0700)
commitbbc111010163fab044a4782b771fdd6dfa289c66
treee76c40f4070220e7dfbe0b1713a2fb0d7a5fe222
parentf47c158ba6c538e928005a49f05dbd9c23923c15
delete .a files before adding to them with ar

ar doesn't have a mode to just rebuild the file from scratch, so delete
it manually.

Fixes issue #105.
configure.py