move html before network, for now
authorSimon Marlow <simonmar@microsoft.com>
Thu, 10 Aug 2006 12:19:30 +0000 (12:19 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 10 Aug 2006 12:19:30 +0000 (12:19 +0000)
libraries/Makefile

index 522f15c..0769216 100644 (file)
@@ -25,6 +25,7 @@ SUBDIRS += Cabal
 ifneq "$(GhcBootLibs)" "YES"
 SUBDIRS += $(wildcard parsec)
 SUBDIRS += $(wildcard haskell-src)
+SUBDIRS += $(wildcard html)
 SUBDIRS += $(wildcard network)
 SUBDIRS += $(wildcard QuickCheck)
 SUBDIRS += $(wildcard HUnit)
@@ -38,7 +39,6 @@ SUBDIRS += $(wildcard GLUT)
 SUBDIRS += $(wildcard OpenAL)
 SUBDIRS += $(wildcard ALUT)
 SUBDIRS += $(wildcard stm)
-SUBDIRS += $(wildcard html)
 ifeq "$(GhcLibsWithObjectIO)" "YES"
 SUBDIRS += $(wildcard ObjectIO)
 endif