in stage1, always rebuild Main.hs
authorSimon Marlow <marlowsd@gmail.com>
Tue, 5 Aug 2008 13:38:23 +0000 (13:38 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 5 Aug 2008 13:38:23 +0000 (13:38 +0000)
commitc8577590bd59c65effd1f178d1b97a6a0db32851
tree837e9ea49da8f306a7c9e41888df620e9fe77036
parent1935abf4ff26791439074669727c12923c216e35
in stage1, always rebuild Main.hs
GHC 6.9+ can properly handle cross-package recompilation checking, but
older versions of GHC couldn't, so in stage1 we always rebuild
Main.hs.  In other words, 'make' in ghc/ should do the right thing now.
ghc/Makefile