From: Mark Adler Date: Sun, 10 Jun 2012 02:47:55 +0000 (-0700) Subject: Delete "--version" file if created by "ar --version" [Richard G.]. X-Git-Tag: v1.2.7.1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=977e1080472337420e576130d576099bc0cad4c9;p=thirdparty%2Fzlib-ng.git Delete "--version" file if created by "ar --version" [Richard G.]. --- diff --git a/configure b/configure index 02e6be359..887670728 100755 --- a/configure +++ b/configure @@ -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