[project @ 2003-01-24 16:05:57 by simonmar]
authorsimonmar <unknown>
Fri, 24 Jan 2003 16:05:57 +0000 (16:05 +0000)
committersimonmar <unknown>
Fri, 24 Jan 2003 16:05:57 +0000 (16:05 +0000)
remove setting of $(way_) and $(_way); these are now set in boilerplate.mk

mk/suffix.mk

index 96834fc..49a420d 100644 (file)
 
 .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