From b426d31f065c4f60352bbc8c59d0235e85ffbcc6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 May 2009 20:37:33 +0000 Subject: [PATCH] Makefile rules tweak for BootingFromHc --- rules/c-suffix-rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/c-suffix-rules.mk b/rules/c-suffix-rules.mk index 4001f84..089ff46 100644 --- a/rules/c-suffix-rules.mk +++ b/rules/c-suffix-rules.mk @@ -18,7 +18,7 @@ define c-suffix-rules # $4 = use GHC (YES/NO) # UseGhcForCc is only relevant when not booting from HC files. -ifeq "$4" "YES" +ifeq "$4 $$(BootingFromHc)" "YES NO" $1/$2/build/%.$$($3_osuf) : $1/%.c $$(MKDIRHIER) $$($1_$2_HC_DEP) $$(RM) $$@ -- 1.7.10.4