From: Yang Tse Date: Thu, 21 Aug 2008 00:13:48 +0000 (+0000) Subject: fix the output name X-Git-Tag: curl-7_19_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5f91df0bf2502f45261a7e9dd322123231d75d;p=thirdparty%2Fcurl.git fix the output name --- diff --git a/ares/maketgz b/ares/maketgz index 923365cf56..8e55ec946b 100755 --- a/ares/maketgz +++ b/ares/maketgz @@ -50,7 +50,7 @@ print "running configure\n"; # now make the actual tarball print "running make dist\n"; -`make dist`; +`make dist VERSION=$version`; print "removing temporary configure.ac file\n"; `rm configure.ac.dist`;