diff options
Diffstat (limited to 'ghc/tests/deriving')
-rw-r--r-- | ghc/tests/deriving/should_compile/Makefile | 2 | ||||
-rw-r--r-- | ghc/tests/deriving/should_fail/Makefile | 2 | ||||
-rw-r--r-- | ghc/tests/deriving/should_run/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ghc/tests/deriving/should_compile/Makefile b/ghc/tests/deriving/should_compile/Makefile index b4e958146c..fe63d60760 100644 --- a/ghc/tests/deriving/should_compile/Makefile +++ b/ghc/tests/deriving/should_compile/Makefile @@ -2,6 +2,6 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_compile.mk -HC_OPTS += -noC -dcore-lint -nohi +SRC_HC_OPTS += -noC -dcore-lint -nohi include $(TOP)/mk/target.mk diff --git a/ghc/tests/deriving/should_fail/Makefile b/ghc/tests/deriving/should_fail/Makefile index 5d88d1e1ed..814df45b4e 100644 --- a/ghc/tests/deriving/should_fail/Makefile +++ b/ghc/tests/deriving/should_fail/Makefile @@ -2,6 +2,6 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_fail.mk -HC_OPTS += -noC +SRC_HC_OPTS += -noC include $(TOP)/mk/target.mk diff --git a/ghc/tests/deriving/should_run/Makefile b/ghc/tests/deriving/should_run/Makefile index 373a249bc7..d39565dce6 100644 --- a/ghc/tests/deriving/should_run/Makefile +++ b/ghc/tests/deriving/should_run/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_run.mk -HC_OPTS += -dcore-lint +SRC_HC_OPTS += -dcore-lint drvrun005_RUNTEST_OPTS += -fail |