[project @ 2002-01-30 14:05:36 by simonmar]
authorsimonmar <unknown>
Wed, 30 Jan 2002 14:05:36 +0000 (14:05 +0000)
committersimonmar <unknown>
Wed, 30 Jan 2002 14:05:36 +0000 (14:05 +0000)
Minor cleanups.

ghc/lib/std/Makefile

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