From b836a9b02f6612d9419bc4bc4a712d78670b3d3e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 4 Jul 2012 22:19:38 +0200 Subject: Use guild, not guile tools `guile-tools' only still exists for compatibility with guile-1.8, but it has been renamed to `guild'. --- gitto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitto/Makefile b/gitto/Makefile index 2c9d9de..4f4e2e1 100644 --- a/gitto/Makefile +++ b/gitto/Makefile @@ -8,7 +8,7 @@ install-objects = $(addprefix install-,$(objects)) uninstall-objects = $(addprefix uninstall-,$(objects)) $(filter %.go,$(objects)): %.go: %.scm - guile-tools compile -o $@ $^ + guild compile -o $@ $^ .PHONY: install $(install-objects) uninstall $(uninstall-objects) -- cgit v1.2.3-54-g00ecf