From dac2284b562a8d7bc52ae9ca5c7f83a9de83c083 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Mar 2002 15:49:26 +0000 Subject: [PATCH] [project @ 2002-03-25 15:49:26 by sof] make HSbase splitting a mingw-only affair (and a sorry one, at that.) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.10.4