From a0a8dd625469f5b6194e7ace9146e5f10b9b4016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 22 Nov 2011 09:07:25 +0100 Subject: [PATCH] Build `psyntax-pp.go' with `--target=$(host)'. * module/Makefile.am (ice-9/psyntax-pp.go): Pass `--target=$(host)'. --- module/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/Makefile.am b/module/Makefile.am index b93d8d3a1..2c5e2595d 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -80,9 +80,10 @@ ice-9/psyntax-pp.scm.gen: .PHONY: ice-9/psyntax-pp.scm.gen ice-9/psyntax-pp.go: ice-9/psyntax.scm ice-9/psyntax-pp.scm - $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0 \ - $(top_builddir)/meta/uninstalled-env \ - guild compile $(GUILE_WARNINGS) -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm" + $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0 \ + $(top_builddir)/meta/uninstalled-env \ + guild compile --target="$(host)" $(GUILE_WARNINGS) \ + -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm" SCHEME_LANG_SOURCES = \ language/scheme/spec.scm \