From e8e0065b81d2294247ab32528b6993a473e5dfe7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 19:59:18 -0500 Subject: Makefile: Fix compiled Guile file installation directory. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 59774ca..1389cfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ SUFFIXES = .scm .go $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) -godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache +godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache bin_SCRIPTS = \ scripts/haunt -- cgit v1.2.3