Remove some flag duplication from a Makefile
authorIan Lynagh <igloo@earth.li>
Sat, 8 Nov 2008 14:44:12 +0000 (14:44 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 8 Nov 2008 14:44:12 +0000 (14:44 +0000)
utils/nofib-analyse/Makefile

index 0fe5db1..0c04aa3 100644 (file)
@@ -10,12 +10,4 @@ endif
 
 SRC_HC_OPTS    += -package regex-compat -package html
 
-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