From: simonmar Date: Sun, 28 Jan 2001 19:43:01 +0000 (+0000) Subject: [project @ 2001-01-28 19:43:01 by simonmar] X-Git-Tag: Approximately_9120_patches~2793 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c38aa512180f46afea3af339bb3803fb802dc31d;p=ghc-hetmet.git [project @ 2001-01-28 19:43:01 by simonmar] remove old PrelHugs slime trail --- 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