summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-09-13 13:49:15 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-09-16 14:03:12 +0100
commit493146ac822f05cebacf819d2f6a396f6e11d704 (patch)
tree8ce35f4cfdb34ab7824e190142efdb50b9d5d821 /compiler/utils
parent3137073c530414304bbe498f16105f066aa593e3 (diff)
downloadhaskell-493146ac822f05cebacf819d2f6a396f6e11d704.tar.gz
Add some missing dependencies; should fix make after re-configure
Every Haskell compilation in a package should depend on the package-data.mk file for that package. Then, if a package's version number is bumped, we will recompile all the modules in the package so that their interface files get the new version number. This should mean that a simple 'make' will succeed in a couple of scenarios where it didn't before: 1. re-configuring bumps the version number of GHC, so everything in the ghc package (stages 1 & 2) must be recompiled. 2. bumping the version of one of the boot packages does not require a make clean any more. I have tested (1) but not (2). LAX_DEPENDENCIES=YES disabled these new dependencies too.
Diffstat (limited to 'compiler/utils')
0 files changed, 0 insertions, 0 deletions