From abbc07edc5e4770f8f4ff8867b5ce81f45984756 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 30 Jan 2002 14:05:36 +0000 Subject: [PATCH] [project @ 2002-01-30 14:05:36 by simonmar] Minor cleanups. --- ghc/lib/std/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 7e7acde..ab80987 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -33,7 +33,7 @@ endif PACKAGE = std -BOOT_SRCS += PrelPrimopWrappers.hs +ALL_SRCS += PrelPrimopWrappers.hs CLEAN_FILES += PrelPrimopWrappers.hs #----------------------------------------------------------------------------- @@ -89,7 +89,7 @@ endif DLL_DESCRIPTION="GHC-compiled Haskell Prelude" ifeq "$(DLLized)" "YES" -HS_SRCS := $(filter-out PrelMain.lhs, $(HS_SRCS)) +EXCLUDED_SRCS += Prelmain.lhs # PrelMain.dll_o isn't to be included in the final .a, # but it needs to be generated all :: PrelMain.dll_o @@ -97,7 +97,6 @@ endif CLEAN_FILES += PrelGHC.hi-boot PrelGHC.hi $(foreach way, $(WAYS), PrelGHC.$(way)_hi) - #----------------------------------------------------------------------------- # Building the library for GHCi # -- 1.7.10.4