X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;h=ca08ea20bc2fc14bbe107a9903df46af6abcb02d;hb=76c0086f090327eecaf510de8bc4efc4dee996dc;hp=782e45d6ddba800439b17630fa703182eebcd357;hpb=c67263486d048917973db8045d3e9e91d55c366f;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 782e45d..ca08ea2 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -1,25 +1,6 @@ -################################################################################# -# -# ghc/lib/Makefile -# -# Makefile for building the GHC Prelude libraries umpteen ways -# -# -################################################################################# - -TOP = .. +TOP=.. include $(TOP)/mk/boilerplate.mk -# posix must be before misc. - -ifeq "$(GhcWithHscBuiltViaC)" "YES" -SUBDIRS = std exts -else -ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -SUBDIRS = std exts concurrent posix misc -else -SUBDIRS = std exts concurrent misc -endif -endif +SUBDIRS = compat include $(TOP)/mk/target.mk