[project @ 2001-05-09 09:55:41 by simonmar]
[ghc-hetmet.git] / mk / target.mk
index 75c1576..295ec4c 100644 (file)
@@ -305,7 +305,7 @@ endif
 
 # Object and interface files have suffixes tagged with their ways
 ifneq "$(way)" ""
-SRC_HC_OPTS += -hisuf $(way_)hi
+SRC_HC_OPTS += -hisuf $(way_)hi -hcsuf $(way_)hc -osuf $(way_)o
 endif
 
 #----------------------------------------