diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-06-23 14:19:39 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-10-20 11:05:56 -0400 |
commit | 871419f5a79273de5ea2934942263a329bbdc27c (patch) | |
tree | 9d8c4377e1a01bd5b3e2febc9e30a17815ace358 /configure.ac | |
parent | ba4bd4a48223bc9b215cfda138a5de9f99c87cdf (diff) | |
download | haskell-wip/T21753.tar.gz |
gen-dll: Drop itwip/T21753
Currently it is only used by the make build system, which is soon to be
retired, and it has not built since 41cf758b. We may need to reintroduce
it when dynamic-linking support is introduced on Windows, but we will
cross that bridge once we get there.
Fixes #21753.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f0a812e48..e5fa20674c 100644 --- a/configure.ac +++ b/configure.ac @@ -1211,7 +1211,6 @@ AC_CONFIG_FILES( utils/iserv/iserv.cabal utils/ghc-pkg/ghc-pkg.cabal utils/remote-iserv/remote-iserv.cabal - utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal |