From: simonmar Date: Wed, 23 Jul 2003 15:12:30 +0000 (+0000) Subject: [project @ 2003-07-23 15:12:30 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~654 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1cb6ff5614b60cfb91f8c4c9840f93226a607530 [project @ 2003-07-23 15:12:30 by simonmar] UseGhcForCc is only relevant when BootingFromHc=NO --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 0c8fb7c..d16513f 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -146,7 +146,7 @@ endif #----------------------------------------------------------------------------- # C-related suffix rules -ifeq "$(UseGhcForCc)" "YES" +ifeq "$(UseGhcForCc) $(BootingFromHc)" "YES NO" $(odir_)%.$(way_)o : %.c @$(RM) $@