[project @ 2001-02-22 16:10:12 by rrt]
authorrrt <unknown>
Thu, 22 Feb 2001 16:10:12 +0000 (16:10 +0000)
committerrrt <unknown>
Thu, 22 Feb 2001 16:10:12 +0000 (16:10 +0000)
-hisuf is now done by fptools/mk/target.mk

ghc/lib/std/Makefile

index cc68356..8187ebc 100644 (file)
@@ -50,11 +50,6 @@ ifdef USE_REPORT_PRELUDE
 SRC_HC_OPTS += -DUSE_REPORT_PRELUDE=1
 endif
 
-# Object and interface files have suffixes tagged with their ways
-ifneq "$(way)" ""
-SRC_HC_OPTS += -hisuf $(way_)hi
-endif
-
 # Special options
 PrelStorable_HC_OPTS = -monly-3-regs
 PrelCError_HC_OPTS = +RTS -K4m -RTS