From: rje Date: Tue, 11 Sep 2001 11:13:22 +0000 (+0000) Subject: [project @ 2001-09-11 11:13:22 by rje] X-Git-Tag: Approximately_9120_patches~994 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=88f53e66a48db654fcc60f3d72cdedd78b6c7079;p=ghc-hetmet.git [project @ 2001-09-11 11:13:22 by rje] hasktags is now built as part of the standard build process. --- 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