[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / Makefile
diff --git a/ghc/tests/rename/should_compile/Makefile b/ghc/tests/rename/should_compile/Makefile
deleted file mode 100644 (file)
index 9614587..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-TOP = ../..
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/should_compile.mk
-
-SRC_HC_OPTS += -dcore-lint
-# There used to be a -noC flag, but I removed it because
-# Rn037Help needs to generate an interface file, and
-# if -noC is on I can't see how to.  (Driver grottiness.)
-
-# rn017_HC_OPTS = -hi -hi-with-exports
-# rn025_HC_OPTS = -hi -hi-with-exports
-# Rn037Help_HC_OPTS = -hi
-
-CLEAN_FILES += Confused.hi Foo.hi Imp10.hi Imp100.hi Imp1000.hi \
-       Imp500.hi Main.hi Mod10.hi OK.hi ShouldSucceed.hi Silly.hi Test.hi
-
-include $(TOP)/mk/target.mk
-
-