X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FMakefile;h=eacf6311eb3de740c4d4e09e04260075a19ebe5a;hb=c38aa512180f46afea3af339bb3803fb802dc31d;hp=1fa0ab39eac003abf0cf7c25960c84bdcdf8d4fe;hpb=30821abaf07b1b761bf8889a65463e5fea798619;p=ghc-hetmet.git 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