Add some manual dependencies, and -fforce-recomp for Constants and PrimOps
authorSimon Marlow <marlowsd@gmail.com>
Thu, 15 Oct 2009 11:51:20 +0000 (11:51 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 15 Oct 2009 11:51:20 +0000 (11:51 +0000)
commitf031f894049111ff14d35b3e1c2dc6c97a31f1a8
tree193194122c588bbef506cebfc524a196a7de16af
parent388e3356f71daffa62f1d4157e1e07e4c68f218a
Add some manual dependencies, and -fforce-recomp for Constants and PrimOps
GHC's recompilation checker doesn't take into account #included files,
which is really a bug.  We work around it here by adding dependencies
and using -fforce-recomp in a couple of places.
compiler/ghc.mk