diff options
author | Ian Lynagh <igloo@earth.li> | 2012-10-14 17:15:48 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-10-14 17:15:48 +0100 |
commit | 0af4562be1a245a2f057cf3f02c8943ca4a94e48 (patch) | |
tree | 3e8b65c7b4746ca085ae3f88ddcac6bbf19f28b7 /ghc.mk | |
parent | 7da655562b684c83128bb74995d32014f15addfb (diff) | |
download | haskell-0af4562be1a245a2f057cf3f02c8943ca4a94e48.tar.gz |
Fix some dependencies
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -474,6 +474,8 @@ utils/haddock/dist/package-data.mk: compiler/stage2/package-data.mk utils/ghc-pwd/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/ghc-cabal/dist-install/package-data.mk: compiler/stage2/package-data.mk +utils/ghctags/dist-install/package-data.mk: compiler/stage2/package-data.mk +utils/hpc/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/ghc-pkg/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/hsc2hs/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/compare_sizes/dist-install/package-data.mk: compiler/stage2/package-data.mk |