Remove some flag duplication from a Makefile
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 SRC_HC_OPTS    += -fglasgow-exts -cpp -Wall
5 HS_PROG         = nofib-analyse
6
7 ifeq "$(ghc_ge_607)" "YES"
8 SRC_HC_OPTS     += -package containers
9 endif
10
11 SRC_HC_OPTS     += -package regex-compat -package html
12
13 include $(TOP)/mk/target.mk