[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / Makefile
diff --git a/ghc/tests/typecheck/should_fail/Makefile b/ghc/tests/typecheck/should_fail/Makefile
deleted file mode 100644 (file)
index 861ca1f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-TOP = ../..
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/should_fail.mk
-
-HS_SRCS = $(wildcard *.hs)
-
-# The -noC messes up the Data82 compilation
-# HC_OPTS += -noC
-
-tcfail045_HC_OPTS = -fglasgow-exts -package lang
-tcfail068_HC_OPTS = -fglasgow-exts -package lang
-tcfail080_HC_OPTS = -fglasgow-exts -package lang
-tcfail089_HC_OPTS = -O
-# The -O can't go in {-# OPTIONS #-} because it's static
-
-Inst82_1.o : Inst82_1.hs Data82.hi
-       $(HC) $(HC_OPTS) -c $< -o $@
-Inst82_2.o : Inst82_2.hs Data82.hi
-       $(HC) $(HC_OPTS) -c $< -o $@
-Data82.o : Data82.hs
-       $(HC) $(HC_OPTS) -c $< -o $@
-
-# mkdependHS doesn't understand OPTIONS pragmas...
-SRC_MKDEPENDHS_OPTS += -fglasgow-exts -package lang
-
-include $(TOP)/mk/target.mk