[project @ 1999-12-29 12:12:59 by simonpj]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / Makefile
index ed85077..45b95af 100644 (file)
@@ -2,10 +2,14 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint
+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
+# rn017_HC_OPTS = -hi -hi-with-exports
+# rn025_HC_OPTS = -hi -hi-with-exports
+# Rn037Help_HC_OPTS = -hi
 
 include $(TOP)/mk/target.mk