From: sof Date: Mon, 25 Mar 2002 15:49:26 +0000 (+0000) Subject: [project @ 2002-03-25 15:49:26 by sof] X-Git-Tag: nhc98-1-18-release~1080 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dac2284b562a8d7bc52ae9ca5c7f83a9de83c083;p=haskell-directory.git [project @ 2002-03-25 15:49:26 by sof] make HSbase splitting a mingw-only affair (and a sorry one, at that.) --- diff --git a/Makefile b/Makefile index 3124d4a..72b6e72 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.22 2002/03/25 15:49:26 sof Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -87,9 +87,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