[project @ 2001-09-11 11:13:22 by rje]
authorrje <unknown>
Tue, 11 Sep 2001 11:13:22 +0000 (11:13 +0000)
committerrje <unknown>
Tue, 11 Sep 2001 11:13:22 +0000 (11:13 +0000)
hasktags is now built as part of the standard build process.

ghc/utils/Makefile

index e34e3ec..34ff7a4 100644 (file)
@@ -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