[project @ 1997-07-31 02:22:44 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / rename / Makefile
diff --git a/ghc/compiler/tests/rename/Makefile b/ghc/compiler/tests/rename/Makefile
deleted file mode 100644 (file)
index 75bb76d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-TOP = ../../..
-include $(TOP)/mk/boilerplate.mk
-
-HS_SRCS = $(wildcard *.hs)
-
-SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0
-HC_OPTS += -noC -ddump-rn -dcore-lint
-
-#SUBDIRS = bevan-bug-1
-
-rn001_HC_OPTS = -x 1
-rn002_HC_OPTS = -x 1
-rn004_HC_OPTS = -x 1
-rn007_HC_OPTS = -x 1
-rn008_HC_OPTS = -x 1
-rn014_HC_OPTS = -x 1
-rn015_HC_OPTS = -x 1
-rn017_HC_OPTS = -hi
-
-%.o : %.hs
-
-%.o : %.hs
-       $(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@ -osuf $(subst .,,$(suffix $@)) 
-
-all :: $(HS_OBJS)
-
-include $(TOP)/mk/target.mk
-
-