X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fccall%2Fshould_compile%2FMakefile;h=4496c9536d27bfde1b8fd47d4b82806361502b28;hb=584d954c53359db8a83e6582e742167a957f7437;hp=829e80e13d9a28fb056b1913f96fd235722d322f;hpb=baa3f2a98d1c7ed158ca9f6011168fda7a32f64d;p=ghc-hetmet.git diff --git a/ghc/tests/ccall/should_compile/Makefile b/ghc/tests/ccall/should_compile/Makefile index 829e80e..4496c95 100644 --- a/ghc/tests/ccall/should_compile/Makefile +++ b/ghc/tests/ccall/should_compile/Makefile @@ -1,8 +1,12 @@ +# ----------------------------------------------------------------------------- +# $Id: Makefile,v 1.12 2000/12/12 17:21:40 simonmar Exp $ + TOP = ../.. +HCOnly = YES include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_compile.mk -SRC_HC_OPTS += -dcore-lint -fglasgow-exts +SRC_HC_OPTS += -dcore-lint -fglasgow-exts -package lang # 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...