diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-06-09 19:47:55 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-06-09 22:59:54 -0700 |
commit | 977e1080472337420e576130d576099bc0cad4c9 (patch) | |
tree | a7db9fca595bd07092c28c4fc05854afbdd19171 /configure | |
parent | 148b8f630ced4e84264201fc94f07568dff6b3a2 (diff) | |
download | zlib-977e1080472337420e576130d576099bc0cad4c9.tar.gz zlib-977e1080472337420e576130d576099bc0cad4c9.tar.bz2 zlib-977e1080472337420e576130d576099bc0cad4c9.zip |
Delete "--version" file if created by "ar --version" [Richard G.].
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -729,7 +729,7 @@ else | |||
729 | fi | 729 | fi |
730 | 730 | ||
731 | # clean up files produced by running the compiler and linker | 731 | # clean up files produced by running the compiler and linker |
732 | rm -f $test.[co] $test $test$shared_ext $test.gcno | 732 | rm -f $test.[co] $test $test$shared_ext $test.gcno ./--version |
733 | 733 | ||
734 | # show the results in the log | 734 | # show the results in the log |
735 | echo >> configure.log | 735 | echo >> configure.log |