X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;h=b7e87f17404137fdbe1f380ca77e36e0f6f826cc;hb=e6c29f8b1abd4892bcb4a8626fc817e16ab960cd;hp=782e45d6ddba800439b17630fa703182eebcd357;hpb=c67263486d048917973db8045d3e9e91d55c366f;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 782e45d..b7e87f1 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -1,25 +1,9 @@ -################################################################################# -# -# ghc/lib/Makefile -# -# Makefile for building the GHC Prelude libraries umpteen ways -# -# -################################################################################# +# ----------------------------------------------------------------------------- +# $Id: Makefile,v 1.33 1999/11/26 16:29:12 simonmar Exp $ 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 = std include $(TOP)/mk/target.mk