X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;h=b7e87f17404137fdbe1f380ca77e36e0f6f826cc;hb=c733579cc8f2940a955997b145cc243cd8c0011d;hp=24605cecae0b9e63ea8ee01a35519d1031e0d9cd;hpb=bd8533dac9265bbc0d76e8bbfc457a4ac64ff7b4;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 24605ce..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 misc posix concurrent -endif +SUBDIRS = std include $(TOP)/mk/target.mk