Delete "--version" file if created by "ar --version" [Richard G.].

This commit is contained in:
Mark Adler 2012-06-09 19:47:55 -07:00
parent 148b8f630c
commit 977e108047
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -729,7 +729,7 @@ else
fi
# clean up files produced by running the compiler and linker
rm -f $test.[co] $test $test$shared_ext $test.gcno
rm -f $test.[co] $test $test$shared_ext $test.gcno ./--version
# show the results in the log
echo >> configure.log