diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 19:48:13 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 19:48:13 -0500 |
commit | 1c1ad4ee20bcd51c7b9e9593f030dd3c68dfb515 (patch) | |
tree | 44ca074788983923eb11ad8aa64a80f34189f966 | |
parent | 637edf17999515ad5c20f30dbeafcb279d2f6e4d (diff) |
Makefile: Fix compiled Guile file installation directory.
-rw-r--r-- | Makefile.am | 2 |
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 \ |