Don't include inter-package dependencies when compiling with stage 0; #4031
authorIan Lynagh <igloo@earth.li>
Sun, 9 May 2010 13:05:11 +0000 (13:05 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 9 May 2010 13:05:11 +0000 (13:05 +0000)
commitc24af7168babfe2a7c231c1c7a61b74d952aee84
tree632be3dc50e4acf5b1dab81af9a20896468f2640
parent7eb456b97c5a9911981afa172acf9ef50b75f9fa
Don't include inter-package dependencies when compiling with stage 0; #4031
This fixes a problem when building with GHC 6.12 on Windows, where
dependencies on stage 0 (bootstrapping compiler) packages have absolute
paths c:/ghc/..., and make gets confused by the colon.
rts/ghc.mk
rules/build-dependencies.mk
rules/build-package.mk
rules/build-prog.mk