Skip to content

Commit

Permalink
build: Install .go files to …/site-ccache, not …/ccache.
Browse files Browse the repository at this point in the history
* Makefile.am (godir): Change "/ccache" to "/site-ccache".
  • Loading branch information
civodul committed May 21, 2022
1 parent c4756b9 commit baf43cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4
include build-aux/guile.am

moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache

info_TEXINFOS=fibers.texi

Expand Down

0 comments on commit baf43cf

Please sign in to comment.