From 79c92c8b26680cee193752867250e39fb61a026c Mon Sep 17 00:00:00 2001 From: Thomas Schilling Date: Wed, 26 Nov 2008 12:28:01 +0000 Subject: [PATCH] Include GHCi files in ctags/etags. --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4