From d9716ab56d16f82d706ea97c8386faa8d595883c Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 27 Jul 1998 12:37:57 +0000 Subject: [PATCH] [project @ 1998-07-27 12:37:57 by simonm] Forgot to add the Makefile, it seems. --- ghc/tests/concurrent/should_run/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ghc/tests/concurrent/should_run/Makefile 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 -- 1.7.10.4