aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
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`;