[project @ 2004-01-28 10:22:27 by simonmar]
authorsimonmar <unknown>
Wed, 28 Jan 2004 10:22:27 +0000 (10:22 +0000)
committersimonmar <unknown>
Wed, 28 Jan 2004 10:22:27 +0000 (10:22 +0000)
Don't add C_OBJS to HS_OBJS.

ghc/compiler/Makefile

index f374aae..3443f52 100644 (file)
@@ -287,9 +287,6 @@ else
 EXCLUDED_SRCS += deSugar/DsMeta.hs typecheck/TcSplice.lhs hsSyn/Convert.lhs
 endif 
 
-# There are some C files to include in HS_PROG, so add these to HS_OBJS
-HS_OBJS         += $(C_OBJS)
-
 # -----------------------------------------------
 # mkdependC stuff
 #