From ebba397da2547254ebc47f4c65773c9a46026356 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 8 Jan 2017 15:26:43 -0600 Subject: [PATCH] build: Fix install targets to point to Guile 2.2 instead of 2.0. * Makefile.am (modir, godir): Fix install targets to point to Guile 2.2 instead of 2.0. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6dd06e6..8e03fb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,8 +41,8 @@ SUFFIXES = .scm .go .scm.go: $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" -moddir=$(prefix)/share/guile/site/2.0 -godir=$(libdir)/guile/2.0/ccache +moddir=$(prefix)/share/guile/site/2.2 +godir=$(libdir)/guile/2.2/ccache SOURCES = \ 8sync.scm \ -- 2.31.1