X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=ea4061ac33624414ddc24fd317f23ee04622d317;hp=fd2f191bc9ec0e963aa036301d4b76c2c227b3ff;hb=refs%2Fheads%2Fmaster;hpb=e94593c666b97ff7885d35e1fafe35ba5643f082 diff --git a/Makefile.am b/Makefile.am index fd2f191..ea4061a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ $(guile_install_go_files): install-nobase_modDATA GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat SUFFIXES = .scm .go .scm.go: - $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" + $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile --target="$(host)" $(GUILE_WARNINGS) -o "$@" "$<" moddir=$(guilemoduledir) godir=$(guileobjectdir)