From: rrt Date: Fri, 17 Aug 2001 10:10:15 +0000 (+0000) Subject: [project @ 2001-08-17 10:10:15 by rrt] X-Git-Tag: Approximately_9120_patches~1203 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=25fda5206d1feee8a010bcaf50a9d78ddd0092a6;p=ghc-hetmet.git [project @ 2001-08-17 10:10:15 by rrt] Use EXCLUDED_SRCS to handle ilxstubs.c --- diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index b16e6d4..c5f8d54 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 2001/08/17 00:17:55 sof Exp $ +# $Id: Makefile,v 1.33 2001/08/17 10:10:15 rrt Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -12,7 +12,7 @@ ifeq "$(ILXized)" "YES" DLLized = YES C_SRCS += $(FPTOOLS_TOP)/ghc/rts/StgPrimFloat.c else -C_SRCS := $(filter-out ilxstubs.c,$(C_SRCS)) +EXCLUDED_SRCS += ilxstubs.c endif # -----------------------------------------------------------------------------