From 1c1ad4ee20bcd51c7b9e9593f030dd3c68dfb515 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 19:48:13 -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 0966587..c1988a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,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 SOURCES = \ syntax-highlight/utils.scm \ -- cgit v1.2.3