build: dist should have %tarfile as target.
[goals.git] / Goalfile.in
index 1885d20..e8d6018 100644 (file)
@@ -241,7 +241,7 @@ let distfiles = [
 
 let tarfile = "@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz"
 
-goal dist = {
+goal dist = "%tarfile" : {
     d="@PACKAGE_NAME@-@PACKAGE_VERSION@"
     o=%tarfile
     rm -rf "$d"