[project @ 1999-06-14 12:38:37 by simonmar]
authorsimonmar <unknown>
Mon, 14 Jun 1999 12:38:37 +0000 (12:38 +0000)
committersimonmar <unknown>
Mon, 14 Jun 1999 12:38:37 +0000 (12:38 +0000)
build Posix before Misc.

ghc/lib/Makefile

index 0dfe5f2..bc4822d 100644 (file)
@@ -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