summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-06 23:05:29 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-07 11:39:35 +0100
commit444119fbb78aef88450bc51b54429942f8ef3cbf (patch)
treebb2a46d5ac319bdfbf2ae31ebcbff5a2ed2ab96d /ghc.mk
parent8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff)
downloadhaskell-444119fbb78aef88450bc51b54429942f8ef3cbf.tar.gz
Add a check that the Windows DLL split is OK; fixes #7780
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 5843d81802..adb7c58179 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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)