[project @ 2002-11-19 09:37:08 by simonpj]
authorsimonpj <unknown>
Tue, 19 Nov 2002 09:37:08 +0000 (09:37 +0000)
committersimonpj <unknown>
Tue, 19 Nov 2002 09:37:08 +0000 (09:37 +0000)
Wibble

ghc/compiler/Makefile

index 41cc372..7eca529 100644 (file)
@@ -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 \