X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=5e62d0c3c3c64db4c862aebbdc22f133ae0ad484;hb=b287fe7fd5024b3b9cc693260ca32cc6af39f7b9;hp=3124d4aaa920924ccd513970fc375553ec903727;hpb=d5171194499f85cf153a0804625100579a0d1289;p=ghc-base.git diff --git a/Makefile b/Makefile index 3124d4a..5e62d0c 100644 --- 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