[project @ 2004-05-06 08:53:01 by simonmar]
[ghc-hetmet.git] / ghc / utils / runghc / Makefile
index 5792902..dd643db 100644 (file)
@@ -4,4 +4,7 @@ include $(TOP)/mk/boilerplate.mk
 HS_PROG                = runghc
 INSTALL_PROGS   += $(HS_PROG)
 
+UseGhcForCc = YES
+SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR)
+
 include $(TOP)/mk/target.mk