[project @ 1998-08-24 19:24:47 by sof]
authorsof <unknown>
Mon, 24 Aug 1998 19:24:47 +0000 (19:24 +0000)
committersof <unknown>
Mon, 24 Aug 1998 19:24:47 +0000 (19:24 +0000)
SUBDIRS: descend into 'misc' before 'posix'

ghc/lib/Makefile

index ae3bee5..24605ce 100644 (file)
@@ -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