From 7bb1bcb62c8e882335c4591be8b098d2ffca0522 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 6 Oct 2013 22:23:48 +0000 Subject: [PATCH] Dependents of cross-target must be conditionalized on @IF_CROSS@. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"' && \ -- 2.25.1