projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638dea6
)
build: Fix install targets to point to Guile 2.2 instead of 2.0.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 8 Jan 2017 21:26:43 +0000
(15:26 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 8 Jan 2017 21:26:43 +0000
(15:26 -0600)
* Makefile.am (modir, godir): Fix install targets to point to Guile 2.2
instead of 2.0.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 6dd06e651a784252e55b8c20957ad684239eb2a0..8e03fb0ca23441d5d82a142013b4f34bef3ebbc5 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-41,8
+41,8
@@
SUFFIXES = .scm .go
.scm.go:
$(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
-moddir=$(prefix)/share/guile/site/2.
0
-godir=$(libdir)/guile/2.
0
/ccache
+moddir=$(prefix)/share/guile/site/2.
2
+godir=$(libdir)/guile/2.
2
/ccache
SOURCES = \
8sync.scm \