From 284fd39c33c652c11430770c8bb420bb7af2f4cc Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 23 Jun 2022 14:19:39 -0400 Subject: gen-dll: Drop it 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4a69f5e833..9f8e0fdd0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1208,7 +1208,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 -- cgit v1.2.1