summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-27 11:44:45 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-07-27 14:17:10 +0200
commit5c0a2b57798dd059806851205a3f16d19d9ecf12 (patch)
tree95b125c62868c13dd8eb24343ab82d664d37f908 /Makefile.am
parent4f82aeab16b6202f3e25327531895154e80bde02 (diff)
downloadcuirass-5c0a2b57798dd059806851205a3f16d19d9ecf12.tar
cuirass-5c0a2b57798dd059806851205a3f16d19d9ecf12.tar.gz
build: Fix variable reference in comment.
* Makefile.am (.scm.go): Replace $(cuirassmoduledir) by $(pkgmoduledir).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index b7f3d87..bad9ce7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,12 +38,11 @@ TESTS = \
tests/utils.scm
# Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if
-# $GUILE_LOAD_COMPILED_PATH contains $(cuirassmoduledir), we may find .go
-# files in there that are newer than the local .scm files (for instance
-# because the user ran 'make install' recently). When that happens, we end up
-# loading those previously-installed .go files, which may be stale, thereby
-# breaking the whole thing. Set GUILE_AUTO_COMPILE to 0 to avoid
-# auto-compiling guild.
+# $GUILE_LOAD_COMPILED_PATH contains $(pkgmoduledir), we may find .go files in
+# there that are newer than the local .scm files (for instance because the
+# user ran 'make install' recently). When that happens, we end up loading
+# those previously-installed .go files, which may be stale, thereby breaking
+# the whole thing. Set GUILE_AUTO_COMPILE to 0 to avoid auto-compiling guild.
#
# XXX: Use the C locale for when Guile lacks
# <http://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f>.