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