summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-03-10 19:48:13 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-03-10 19:48:13 -0500
commit1c1ad4ee20bcd51c7b9e9593f030dd3c68dfb515 (patch)
tree44ca074788983923eb11ad8aa64a80f34189f966
parent637edf17999515ad5c20f30dbeafcb279d2f6e4d (diff)
Makefile: Fix compiled Guile file installation directory.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \