mirror of https://github.com/madler/zlib
Delete "--version" file if created by "ar --version" [Richard G.].
This commit is contained in:
parent
148b8f630c
commit
977e108047
|
@ -729,7 +729,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# clean up files produced by running the compiler and linker
|
# 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
|
# show the results in the log
|
||||||
echo >> configure.log
|
echo >> configure.log
|
||||||
|
|
Loading…
Reference in New Issue