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