summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index 7ca001a3ed..14347ed407 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -492,7 +492,7 @@ GHCTAGS = $(TOP)/utils/ghctags/ghctags.exe
else
GHCTAGS = $(TOP)/utils/ghctags/ghctags-inplace
endif
-GHCTAGS_ROOT = main/GHC.hs
+GHCTAGS_ROOT = main/GHC.hs ghci/InteractiveUI.hs
# etags for stage2 is actually broken since it requires building
# ghctags against an older ghc api