X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;h=ca08ea20bc2fc14bbe107a9903df46af6abcb02d;hb=845db8182942e006a9164e41e9839adb39f24268;hp=bc4822d6eb443339d8f151f6eabdacc51f33023c;hpb=6550e36c81ac3b9510f00134e780259a900f4530;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index bc4822d..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 concurrent posix misc -endif +SUBDIRS = compat include $(TOP)/mk/target.mk