aboutsummaryrefslogtreecommitdiff
path: root/ares
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
commit0f5f91df0bf2502f45261a7e9dd322123231d75d (patch)
tree16f5f4b25388c138f6d50de9923caa678a40e1d2 /ares
parentf209a4804b812970a82275216a2c448c5232906a (diff)
fix the output name
Diffstat (limited to 'ares')
-rwxr-xr-xares/maketgz2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/maketgz b/ares/maketgz
index 923365cf5..8e55ec946 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`;