From 88f53e66a48db654fcc60f3d72cdedd78b6c7079 Mon Sep 17 00:00:00 2001 From: rje Date: Tue, 11 Sep 2001 11:13:22 +0000 Subject: [PATCH] [project @ 2001-09-11 11:13:22 by rje] hasktags is now built as part of the standard build process. --- ghc/utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index e34e3ec..34ff7a4 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -8,7 +8,7 @@ else ifeq "$(BootingFromHc)" "YES" SUBDIRS = hp2ps parallel stat2resid prof unlit else -SUBDIRS = ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode +SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode endif endif -- 1.7.10.4