diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 19:59:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 19:59:18 -0500 |
commit | e8e0065b81d2294247ab32528b6993a473e5dfe7 (patch) | |
tree | f039e8ea1572cf9eaace4477523ae6d765de8d84 | |
parent | ac1156e02723385143c505868aeb239946d821d0 (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 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 |