From: simonmar Date: Wed, 30 Jan 2002 14:05:36 +0000 (+0000) Subject: [project @ 2002-01-30 14:05:36 by simonmar] X-Git-Tag: Approximately_9120_patches~215 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=abbc07edc5e4770f8f4ff8867b5ce81f45984756;p=ghc-hetmet.git [project @ 2002-01-30 14:05:36 by simonmar] Minor cleanups. --- 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 #