summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorThomas Schilling <nominolo@googlemail.com>2008-11-26 12:28:01 +0000
committerThomas Schilling <nominolo@googlemail.com>2008-11-26 12:28:01 +0000
commit79c92c8b26680cee193752867250e39fb61a026c (patch)
tree057492ade2da4303211fc792358ee5a4bce1895b /compiler/Makefile
parent5892af0e08fdb890b5a0b9a64346d9f7773a6ed8 (diff)
downloadhaskell-79c92c8b26680cee193752867250e39fb61a026c.tar.gz
Include GHCi files in ctags/etags.
Diffstat (limited to 'compiler/Makefile')
-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