From c12d117d72119decaff680999b91edce470fd561 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 19 Nov 2002 09:37:08 +0000 Subject: [PATCH] [project @ 2002-11-19 09:37:08 by simonpj] Wibble --- ghc/compiler/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 1.7.10.4