From: Thomas Schilling Date: Wed, 26 Nov 2008 12:28:01 +0000 (+0000) Subject: Include GHCi files in ctags/etags. X-Git-Tag: 2009-03-13~392 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=79c92c8b26680cee193752867250e39fb61a026c Include GHCi files in ctags/etags. --- diff --git a/compiler/Makefile b/compiler/Makefile index 7ca001a..14347ed 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