From: simonpj Date: Tue, 19 Nov 2002 09:37:08 +0000 (+0000) Subject: [project @ 2002-11-19 09:37:08 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1438 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c12d117d72119decaff680999b91edce470fd561;p=ghc-hetmet.git [project @ 2002-11-19 09:37:08 by simonpj] Wibble --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 41cc372..7eca529 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -104,6 +104,7 @@ boot :: # Hence the "../.." in the ln command line ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" for i in */*hi-boot*; do \ + cp -f $$i stage$(stage)/$$i; \ done else for i in */*hi-boot*; do \