diff options
author | simonm <unknown> | 1998-05-06 15:11:17 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-05-06 15:11:17 +0000 |
commit | 76c729fe195d90719fd2a911cd13fb09e89ee7c5 (patch) | |
tree | e4cf346df203d5432fc20445b53cba48cba11487 /ghc/tests/rename/should_fail | |
parent | bfba360589c4816ac89ff3cf0895591a3bbc3b43 (diff) | |
download | haskell-76c729fe195d90719fd2a911cd13fb09e89ee7c5.tar.gz |
[project @ 1998-05-06 15:10:40 by simonm]
use SRC_HC_OPTS, not HC_OPTS.
Diffstat (limited to 'ghc/tests/rename/should_fail')
-rw-r--r-- | ghc/tests/rename/should_fail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/tests/rename/should_fail/Makefile b/ghc/tests/rename/should_fail/Makefile index 5d88d1e1ed..814df45b4e 100644 --- a/ghc/tests/rename/should_fail/Makefile +++ b/ghc/tests/rename/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 |