X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;h=ca08ea20bc2fc14bbe107a9903df46af6abcb02d;hb=0dbbf1932d550293986af6244202cb735b2cd966;hp=ae3bee57f677beee9d5daf8b9f80dffae8d60cbe;hpb=6055b651c6b20402cdac77571b595089cca3159d;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index ae3bee5..ca08ea2 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -1,21 +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 -SUBDIRS = std exts posix misc concurrent -endif +SUBDIRS = compat include $(TOP)/mk/target.mk