build: Fix install targets to point to Guile 2.2 instead of 2.0.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 8 Jan 2017 21:26:43 +0000 (15:26 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 8 Jan 2017 21:26:43 +0000 (15:26 -0600)
* Makefile.am (modir, godir): Fix install targets to point to Guile 2.2
instead of 2.0.

Makefile.am

index 6dd06e651a784252e55b8c20957ad684239eb2a0..8e03fb0ca23441d5d82a142013b4f34bef3ebbc5 100644 (file)
@@ -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 \