[project @ 2005-03-15 12:11:39 by simonmar]
[ghc-hetmet.git] / ghc / compiler / Makefile
index d9f525c..a99c5bc 100644 (file)
@@ -369,6 +369,9 @@ ALL_SRCS += $(CONFIG_HS)
 # HsGeneric.hs is not used just now
 EXCLUDED_SRCS += hsSyn/HsGeneric.hs
 
+# main/GHC.hs is not ready yet
+EXCLUDED_SRCS += main/GHC.hs
+
 ifeq ($(GhcWithNativeCodeGen),YES)
 ALL_DIRS += nativeGen
 else