From: simonmar Date: Thu, 3 May 2001 08:57:30 +0000 (+0000) Subject: [project @ 2001-05-03 08:57:30 by simonmar] X-Git-Tag: Approximately_9120_patches~2020 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=941105f4066cd9bfed6c28d49778127e8cb32530;p=ghc-hetmet.git [project @ 2001-05-03 08:57:30 by simonmar] disable the hsc2hs suffix rules when booting from .hc files. --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 1cff9c8..d7870b4 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -112,8 +112,10 @@ endif # BootingViaC #----------------------------------------------------------------------------- # hsc2hs Suffix Rules # +ifneq "$(BootingFromHc)" "YES" %_hsc.c %_hsc.h %.hs : %.hsc $(HSC2HS) $< +endif #----------------------------------------------------------------------------- # Lx Suffix Rules