X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fccall%2Fshould_compile%2FMakefile;h=86a8a9bdc807627afe3d414951af0b4efe1163bd;hb=76c729fe195d90719fd2a911cd13fb09e89ee7c5;hp=f1cb1fa25c51702d4c798d9540e92166fc0927f0;hpb=bfba360589c4816ac89ff3cf0895591a3bbc3b43;p=ghc-hetmet.git diff --git a/ghc/tests/ccall/should_compile/Makefile b/ghc/tests/ccall/should_compile/Makefile index f1cb1fa..86a8a9b 100644 --- a/ghc/tests/ccall/should_compile/Makefile +++ b/ghc/tests/ccall/should_compile/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_compile.mk -HC_OPTS += -noC -dcore-lint -fglasgow-exts +SRC_HC_OPTS += -noC -dcore-lint -fglasgow-exts # Note that these tests are still in a state of flux... don't believe errors # they report. In fact, these aren't really very good tests at all...