summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-21 00:13:48 +0000
committerYang Tse <yangsita@gmail.com>2008-08-21 00:13:48 +0000
commita5b66d32930617d55854f56c8765723907e6726b (patch)
tree37668b34f0b8aabf1411962c7ac1551401c81ab6 /maketgz
parentc64329b7b1c8c647b1552de26f810141ea091d69 (diff)
downloadc-ares-a5b66d32930617d55854f56c8765723907e6726b.tar.gz
c-ares-a5b66d32930617d55854f56c8765723907e6726b.tar.bz2
c-ares-a5b66d32930617d55854f56c8765723907e6726b.zip
fix the output name
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz2
1 files changed, 1 insertions, 1 deletions
diff --git a/maketgz b/maketgz
index 923365c..8e55ec9 100755
--- a/maketgz
+++ b/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`;