From: simonmar Date: Wed, 28 Jan 2004 10:22:27 +0000 (+0000) Subject: [project @ 2004-01-28 10:22:27 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~114 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=41004dd8edf75e56dbf4b4414149238518a5dd2c [project @ 2004-01-28 10:22:27 by simonmar] Don't add C_OBJS to HS_OBJS. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f374aae..3443f52 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -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 #