summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2019-02-07 01:02:04 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-10 02:39:23 -0500
commit027017fb33923b106765f5a0a6fc000ebe421d40 (patch)
tree1bacb5c468da3dd624cf43496a94d420a02a851f /compiler/ghc.mk
parent53a870f4a43591f15694701f2de771773ee8b5eb (diff)
downloadhaskell-027017fb33923b106765f5a0a6fc000ebe421d40.tar.gz
Remove ghctags (#16274)
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 8a4cc4317d..6cfa43ac5c 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -482,9 +482,6 @@ endif
ifneq "$(BINDIST)" "YES"
-compiler_stage2_TAGS_HC_OPTS = -package ghc
-$(eval $(call tags-package,compiler,stage2))
-
$(compiler_stage1_depfile_haskell) : compiler/stage1/$(PLATFORM_H)
$(compiler_stage2_depfile_haskell) : compiler/stage2/$(PLATFORM_H)
$(compiler_stage3_depfile_haskell) : compiler/stage3/$(PLATFORM_H)