From: simonm Date: Mon, 27 Jul 1998 12:37:57 +0000 (+0000) Subject: [project @ 1998-07-27 12:37:57 by simonm] X-Git-Tag: Approx_2487_patches~498 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=d9716ab56d16f82d706ea97c8386faa8d595883c;p=ghc-hetmet.git [project @ 1998-07-27 12:37:57 by simonm] Forgot to add the Makefile, it seems. --- diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile new file mode 100644 index 0000000..40275fa --- /dev/null +++ b/ghc/tests/concurrent/should_run/Makefile @@ -0,0 +1,10 @@ +#----------------------------------------------------------------------------- +# $Id: Makefile,v 1.1 1998/07/27 12:37:57 simonm Exp $ + +TOP = ../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/should_run.mk + +SRC_HC_OPTS += -dcore-lint -syslib concurrent + +include $(TOP)/mk/target.mk