diff --git a/Makefile.am b/Makefile.am index 18c0bbdf71..0de96c8ddd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -279,8 +279,11 @@ EXTRA_DIST = \ CLEANFILES = $(GOBJECTS) *.log +# XXX: Use the C locale for when Guile lacks +# . .scm.go: $(MKDIR_P) `dirname "$@"` + LC_ALL=C \ $(top_builddir)/pre-inst-env \ $(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \ -Wformat -Wunbound-variable -Warity-mismatch \