[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / array / should_run / Makefile
diff --git a/ghc/tests/array/should_run/Makefile b/ghc/tests/array/should_run/Makefile
deleted file mode 100644 (file)
index ffee656..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.5 2001/04/24 23:51:11 andy Exp $
-
-TOP = ../..
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/should_run.mk
-
-SRC_HC_OPTS += -dcore-lint
-
-arr014_HC_OPTS = -package lang
-arr016_HC_OPTS = -fglasgow-exts
-
-arr003_RUNTEST_OPTS = -x 1
-arr004_RUNTEST_OPTS = -x 1
-arr007_RUNTEST_OPTS = -x 1
-arr008_RUNTEST_OPTS = -x 1
-
-# mkdependHS doesn't understand OPTIONS pragmas...
-SRC_MKDEPENDHS_OPTS += -package lang
-
-include $(TOP)/mk/target.mk