1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-24 03:43:52 +00:00

fix the output name

This commit is contained in:
Yang Tse
2008-08-21 00:13:48 +00:00
parent c64329b7b1
commit a5b66d3293

View File

@ -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`;