From fdecd79ef75c2565fda816d295ef92141da83dc3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 16 Dec 2018 20:41:28 -0500 Subject: Makefile: Install compiled files in the proper location. * Makefile.am (godir): Use "site-ccache", not "ccache". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b421809..494fff2 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 = \ chickadee/config.scm \ -- cgit v1.2.3