[project @ 2002-04-18 23:32:56 by sof]
[ghc-base.git] / Makefile
index 3124d4a..5e62d0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.21 2002/03/25 05:25:27 sof Exp $
+# $Id: Makefile,v 1.23 2002/04/11 12:03:43 simonpj Exp $
 
 TOP=..
 include $(TOP)/mk/boilerplate.mk
@@ -34,8 +34,10 @@ ALL_DIRS = \
        Text \
        Text/Html \
        Text/PrettyPrint \
+       Text/ParserCombinators \
        Text/Regex \
-       Text/Show
+       Text/Show \
+       Text/Read
 
 PACKAGE = base
 
@@ -87,9 +89,12 @@ endif # TARGETPLATFORM = i386-unknown-mingw32
 # -----------------------------------------------------------------------------
 
 include $(TOP)/mk/target.mk
+
+ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
 HSbase.o : $(GHCI_LIBOBJS)
        $(LD) -r $(LD_X) -o HSbase1.o $(filter     GHC/%, $(GHCI_LIBOBJS))
        $(LD) -r $(LD_X) -o HSbase2.o $(filter-out GHC/%, $(GHCI_LIBOBJS))
        @touch HSbase.o
+endif # TARGETPLATFORM = i386-unknown-mingw32