X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;fp=ghc%2Flib%2FMakefile;h=24605cecae0b9e63ea8ee01a35519d1031e0d9cd;hb=bd8533dac9265bbc0d76e8bbfc457a4ac64ff7b4;hp=ae3bee57f677beee9d5daf8b9f80dffae8d60cbe;hpb=c172fd348552977483b7a6da8b198b3a462e2af6;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index ae3bee5..24605ce 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -15,7 +15,7 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(GhcWithHscBuiltViaC)" "YES" SUBDIRS = std exts else -SUBDIRS = std exts posix misc concurrent +SUBDIRS = std exts misc posix concurrent endif include $(TOP)/mk/target.mk