From: simonmar Date: Mon, 14 Jun 1999 12:38:37 +0000 (+0000) Subject: [project @ 1999-06-14 12:38:37 by simonmar] X-Git-Tag: Approximately_9120_patches~6123 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6550e36c81ac3b9510f00134e780259a900f4530;p=ghc-hetmet.git [project @ 1999-06-14 12:38:37 by simonmar] build Posix before Misc. --- diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 0dfe5f2..bc4822d 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 concurrent misc posix +SUBDIRS = std exts concurrent posix misc endif include $(TOP)/mk/target.mk