diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-21 00:13:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-21 00:13:48 +0000 |
commit | a5b66d32930617d55854f56c8765723907e6726b (patch) | |
tree | 37668b34f0b8aabf1411962c7ac1551401c81ab6 /maketgz | |
parent | c64329b7b1c8c647b1552de26f810141ea091d69 (diff) | |
download | c-ares-a5b66d32930617d55854f56c8765723907e6726b.tar.gz c-ares-a5b66d32930617d55854f56c8765723907e6726b.tar.bz2 c-ares-a5b66d32930617d55854f56c8765723907e6726b.zip |
fix the output name
Diffstat (limited to 'maketgz')
-rwxr-xr-x | maketgz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`; |