From 6550e36c81ac3b9510f00134e780259a900f4530 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 14 Jun 1999 12:38:37 +0000 Subject: [PATCH] [project @ 1999-06-14 12:38:37 by simonmar] build Posix before Misc. --- ghc/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4