From 41004dd8edf75e56dbf4b4414149238518a5dd2c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 28 Jan 2004 10:22:27 +0000 Subject: [PATCH] [project @ 2004-01-28 10:22:27 by simonmar] Don't add C_OBJS to HS_OBJS. --- ghc/compiler/Makefile | 3 --- 1 file changed, 3 deletions(-) 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 # -- 1.7.10.4