From: Taylor R Campbell Date: Sun, 6 Oct 2013 22:23:48 +0000 (+0000) Subject: Dependents of cross-target must be conditionalized on @IF_CROSS@. X-Git-Tag: release-9.2.0~91 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7bb1bcb62c8e882335c4591be8b098d2ffca0522;p=mit-scheme.git Dependents of cross-target must be conditionalized on @IF_CROSS@. --- diff --git a/src/Makefile.in b/src/Makefile.in index 7a29d7141..5bed6d0e4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -528,7 +528,7 @@ compile-imail: cref-edwin compile-imail: cref-runtime compile-imail: cref-sos compile-imail: cref-star-parser -compile-imail: cross-target +@IF_CROSS@compile-imail: cross-target compile-imail: lib/compiler.com (echo '(begin' && \ echo ' (with-working-directory-pathname "edwin"' && \