diff options
author | panne <unknown> | 2000-06-12 17:02:00 +0000 |
---|---|---|
committer | panne <unknown> | 2000-06-12 17:02:00 +0000 |
commit | 9a90b1feceb2fb6b8234083ce3bf78fc124ea44b (patch) | |
tree | f10ce43f9a90c5e2305ee6c45705fb37dfc814ca /ghc/tests/deriving | |
parent | 8cf518ad64b404d6693b40aabeaaf357b5c0ef51 (diff) | |
download | haskell-9a90b1feceb2fb6b8234083ce3bf78fc124ea44b.tar.gz |
[project @ 2000-06-12 17:01:56 by panne]
HC_OPTS => SRC_HC_OPTS again, sorry about that
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 |