summaryrefslogtreecommitdiff
path: root/driver/ghc/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ghc/ghc.mk')
-rw-r--r--driver/ghc/ghc.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/driver/ghc/ghc.mk b/driver/ghc/ghc.mk
deleted file mode 100644
index 46fccefdfa..0000000000
--- a/driver/ghc/ghc.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# -----------------------------------------------------------------------------
-#
-# (c) 2009 The University of Glasgow
-#
-# This file is part of the GHC build system.
-#
-# To understand how the build system works and how to modify it, see
-# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
-# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
-#
-# -----------------------------------------------------------------------------
-
-ifeq "$(Windows_Host)" "YES"
-
-driver/ghc_dist_C_SRCS = ghc.c ../utils/cwrapper.c ../utils/getLocation.c
-driver/ghc_dist_CC_OPTS += -I driver/utils
-driver/ghc_dist_PROGNAME = ghc-$(ProjectVersion)
-driver/ghc_dist_INSTALL = YES
-driver/ghc_dist_INSTALL_INPLACE = NO
-
-$(eval $(call build-prog,driver/ghc,dist,0))
-
-endif
-