From be6592933f4cdf78a495233376e44c9458b17b78 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 24 Jan 2003 16:05:57 +0000 Subject: [PATCH] [project @ 2003-01-24 16:05:57 by simonmar] remove setting of $(way_) and $(_way); these are now set in boilerplate.mk --- mk/suffix.mk | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 1.7.10.4