From bd8533dac9265bbc0d76e8bbfc457a4ac64ff7b4 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 24 Aug 1998 19:24:47 +0000 Subject: [PATCH 1/1] [project @ 1998-08-24 19:24:47 by sof] SUBDIRS: descend into 'misc' before 'posix' --- ghc/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4