From: sof Date: Mon, 24 Aug 1998 19:24:47 +0000 (+0000) Subject: [project @ 1998-08-24 19:24:47 by sof] X-Git-Tag: Approx_2487_patches~286 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bd8533dac9265bbc0d76e8bbfc457a4ac64ff7b4;hp=c172fd348552977483b7a6da8b198b3a462e2af6;p=ghc-hetmet.git [project @ 1998-08-24 19:24:47 by sof] SUBDIRS: descend into 'misc' before 'posix' --- 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