diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-06 23:05:29 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-07 11:39:35 +0100 |
commit | 444119fbb78aef88450bc51b54429942f8ef3cbf (patch) | |
tree | bb2a46d5ac319bdfbf2ae31ebcbff5a2ed2ab96d /ghc.mk | |
parent | 8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff) | |
download | haskell-444119fbb78aef88450bc51b54429942f8ef3cbf.tar.gz |
Add a check that the Windows DLL split is OK; fixes #7780
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -485,6 +485,7 @@ 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/dll-split/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 @@ -654,6 +655,7 @@ BUILD_DIRS += utils/ghc-pkg BUILD_DIRS += utils/deriveConstants BUILD_DIRS += utils/testremove BUILD_DIRS += $(MAYBE_GHCTAGS) +BUILD_DIRS += utils/dll-split BUILD_DIRS += utils/ghc-pwd BUILD_DIRS += utils/ghc-cabal BUILD_DIRS += $(MAYBE_HPC) |