From e96e3318e0ab3d5e5f03689e1ea74d75cc4b10c7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Jan 2020 15:23:45 +0000 Subject: [PATCH] build: dist should have %tarfile as target. --- Goalfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Goalfile.in b/Goalfile.in index 1885d20..e8d6018 100644 --- a/Goalfile.in +++ b/Goalfile.in @@ -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" -- 1.8.3.1