[project @ 2001-08-17 10:10:15 by rrt]
authorrrt <unknown>
Fri, 17 Aug 2001 10:10:15 +0000 (10:10 +0000)
committerrrt <unknown>
Fri, 17 Aug 2001 10:10:15 +0000 (10:10 +0000)
Use EXCLUDED_SRCS to handle ilxstubs.c

ghc/lib/std/cbits/Makefile

index b16e6d4..c5f8d54 100644 (file)
@@ -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
 
 # -----------------------------------------------------------------------------