From 5c0a2b57798dd059806851205a3f16d19d9ecf12 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Wed, 27 Jul 2016 11:44:45 +0200 Subject: build: Fix variable reference in comment. * Makefile.am (.scm.go): Replace $(cuirassmoduledir) by $(pkgmoduledir). --- Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Makefile.am') 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 # . -- cgit v1.2.3