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