diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-11-26 12:28:01 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-11-26 12:28:01 +0000 |
commit | 79c92c8b26680cee193752867250e39fb61a026c (patch) | |
tree | 057492ade2da4303211fc792358ee5a4bce1895b /compiler/Makefile | |
parent | 5892af0e08fdb890b5a0b9a64346d9f7773a6ed8 (diff) | |
download | haskell-79c92c8b26680cee193752867250e39fb61a026c.tar.gz |
Include GHCi files in ctags/etags.
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 2 |
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 |