summaryrefslogtreecommitdiff
path: root/driver/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ghc.mk')
-rw-r--r--driver/ghc.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/driver/ghc.mk b/driver/ghc.mk
deleted file mode 100644
index c1adefe5dc..0000000000
--- a/driver/ghc.mk
+++ /dev/null
@@ -1,22 +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
-#
-# -----------------------------------------------------------------------------
-
-$(eval $(call all-target,driver,$(INPLACE_LIB)/ghc-usage.txt $(INPLACE_LIB)/ghci-usage.txt))
-
-$(INPLACE_LIB)/ghc-usage.txt: driver/ghc-usage.txt
- cp $< $@
-
-$(INPLACE_LIB)/ghci-usage.txt: driver/ghci-usage.txt
- cp $< $@
-
-INSTALL_LIBS += driver/ghc-usage.txt driver/ghci-usage.txt
-