From: Thomas Schilling Date: Thu, 11 Dec 2008 15:30:05 +0000 (+0000) Subject: Include PprTyThings in tags file. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6976a7121afdb4c154afbe636c315cc9595eaf00;p=ghc-hetmet.git Include PprTyThings in tags file. --- diff --git a/compiler/Makefile b/compiler/Makefile index b970c20..fd6afb1 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -493,7 +493,7 @@ GHCTAGS = $(TOP)/utils/ghctags/ghctags.exe else GHCTAGS = $(TOP)/utils/ghctags/ghctags-inplace endif -GHCTAGS_ROOT = main/GHC.hs ghci/InteractiveUI.hs +GHCTAGS_ROOT = main/GHC.hs ghci/InteractiveUI.hs main/PprTyThing.hs # etags for stage2 is actually broken since it requires building # ghctags against an older ghc api