drop some debugging traces and use only one flag for new codegen
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
index 43ae433..0c04aa3 100644 (file)
@@ -8,15 +8,6 @@ ifeq "$(ghc_ge_607)" "YES"
 SRC_HC_OPTS     += -package containers
 endif
 
-ifeq "$(ghc_ge_605)" "YES"
 SRC_HC_OPTS    += -package regex-compat -package html
-endif
-ifeq "$(ghc_ge_607)" "YES"
-SRC_HC_OPTS     += -package containers
-endif
-
-ifeq "$(ghc_ge_607)" "YES"
-SRC_HC_OPTS     += -package containers
-endif
 
 include $(TOP)/mk/target.mk