From: sewardj Date: Wed, 15 Aug 2001 14:02:54 +0000 (+0000) Subject: [project @ 2001-08-15 14:02:54 by sewardj] X-Git-Tag: Approximately_9120_patches~1232 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a8e21c843587422ee56dcebd044950224563367f;hp=c4375fb6daf06169facb03d1f6eb260ffa5f5793;p=ghc-hetmet.git [project @ 2001-08-15 14:02:54 by sewardj] Some Byzantine hacks from Reuben to make the main/SystemExts business work as intended. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 7e13efd..1de433c 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.185 2001/08/15 12:23:56 rrt Exp $ +# $Id: Makefile,v 1.186 2001/08/15 14:02:54 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -148,7 +148,7 @@ HS_SRCS += $(CONFIG_HS) ifneq "$(ghc_502_at_least)" "YES" C_SRCS += main/rawSystem.c -HS_SRCS += main/SystemExts.lhs +HS_SRCS := $(filter-out main/SystemExts.lhs,$(HS_SRCS)) main/SystemExts.lhs SRC_CC_OPTS += -I$(GHC_LIB_DIR)/std/cbits SRC_MKDEPENDC_OPTS += -I$(GHC_LIB_DIR)/std/cbits HS_OBJS += main/rawSystem.o