Use guild, not guile tools

`guile-tools' only still exists for compatibility with guile-1.8, but
it has been renamed to `guild'.
This commit is contained in:
Tom Willemsen 2012-07-04 22:19:38 +02:00
parent 7c96197cff
commit b836a9b02f

View file

@ -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)