[project @ 2001-05-24 10:46:08 by simonmar]
[ghc-hetmet.git] / mk / suffix.mk
index 693c6d9..f4c5126 100644 (file)
@@ -115,6 +115,7 @@ endif # BootingViaC
 ifneq "$(BootingFromHc)" "YES"
 %_hsc.c %_hsc.h %.hs : %.hsc
        $(HSC2HS) $(HSC2HS_OPTS) $<
+       @touch $(patsubst %.hsc,%_hsc.c,$<)
 endif
 
 #-----------------------------------------------------------------------------