diff --git a/ghc/tests/reader/should_compile/Makefile b/ghc/tests/reader/should_compile/Makefile
index 03edc2aec4ed021cb0c8238210f8ccbc0b304215..e509b61afbaa2f9871b45f974e8bc5c9c4ba35a3 100644
--- a/ghc/tests/reader/should_compile/Makefile
+++ b/ghc/tests/reader/should_compile/Makefile
@@ -2,8 +2,9 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-HC_OPTS += -noC -dcore-lint
+SRC_HC_OPTS += -noC -dcore-lint
 
 read004_HC_OPTS = -fno-implicit-prelude
+read006_HC_OPTS = -hi -ohi MyList.hi
 
 include $(TOP)/mk/target.mk