summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59bc559..b0106c8 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ $(dist_archive): .git/refs/heads/main
 	$(GPG) --detach-sign --armor $<
 
 distcheck: $(dist_archive)
-	$(GUILE) build-aux/distcheck.scm $<
+	$(GUILE) build-aux/distcheck.scm $(version) $<
 
 install: $(sources) $(objects)
 	install -D $(sources) --target-directory $(scmdir)