From c38aa512180f46afea3af339bb3803fb802dc31d Mon Sep 17 00:00:00 2001 From: simonmar Date: Sun, 28 Jan 2001 19:43:01 +0000 Subject: [PATCH] [project @ 2001-01-28 19:43:01 by simonmar] remove old PrelHugs slime trail --- ghc/lib/std/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 1fa0ab3..eacf631 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -80,7 +80,7 @@ all :: PrelPrimopWrappers.hs DLL_DESCRIPTION="GHC-compiled Haskell Prelude" ifeq "$(DLLized)" "YES" -HS_SRCS := $(filter-out PrelMain.lhs PrelHugs.lhs, $(HS_SRCS)) +HS_SRCS := $(filter-out PrelMain.lhs, $(HS_SRCS)) # PrelMain.dll_o isn't to be included in the final .a, # but it needs to be generated all :: PrelMain.dll_o @@ -112,8 +112,5 @@ INSTALL_LIBS += PrelMain.dll_o endif INSTALL_DATAS += PrelGHC.$(way_)hi -ifeq "$(DLLized)" "YES" -INSTALL_DATAS := $(filter-out PrelHugs.$(way_)hi,$(INSTALL_DATAS)) -endif include $(TOP)/mk/target.mk -- 1.7.10.4