From: simonmar Date: Fri, 24 Jan 2003 16:05:57 +0000 (+0000) Subject: [project @ 2003-01-24 16:05:57 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1236 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be6592933f4cdf78a495233376e44c9458b17b78;p=ghc-hetmet.git [project @ 2003-01-24 16:05:57 by simonmar] remove setting of $(way_) and $(_way); these are now set in boilerplate.mk --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 96834fc..49a420d 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -22,17 +22,6 @@ .DELETE_ON_ERROR: -# However, if $(way) is set then we have to define $(way_) and $(_way) -# from it in the obvious fashion. -# This must be done here (or earlier), but not in target.mk with the other -# way management, because the pattern rules in this file take a snapshot of -# the value of $(way_) and $(_way), and it's no good setting them later! - -ifneq "$(way)" "" - way_ := $(way)_ - _way := _$(way) -endif - #----------------------------------------------------------------------------- # Haskell Suffix Rules