[project @ 2000-05-25 12:41:14 by simonpj]
[ghc-hetmet.git] / ghc / mk / target.mk
index 1865b19..10ebf94 100644 (file)
@@ -10,9 +10,13 @@ TOP:=$(TOP)/..
 
 # When booting from .hc files, remove the suffix rule for 
 # .l?hs -> .o, so that the .hc -> .o is used instead.
+# Also disable the generation of the .hc files, even if
+# the .l?hs files are newer than the .hc ones.
 ifeq "$(GhcWithHscBuiltViaC)" "YES"
-%.$(way_)o : %.lhs
-%.$(way_)o : %.hs
+%.$(way_)o  : %.lhs
+%.$(way_)o  : %.hs
+%.$(way_)hc : %.lhs
+%.$(way_)hc : %.hs
 endif
 
 include $(TOP)/mk/target.mk