X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2FMakefile;h=7348160a74afb09a8c940fcdecb5feece9c681e1;hb=252abd9e355fe12e8f6f1e0192542a0df6ddccac;hp=e34e3ec52b119bcecbd3c2a659f3ba59a08b8f74;hpb=86cdf87a1ed26801e3889ca5ba819e565fb47aac;p=ghc-hetmet.git diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index e34e3ec..7348160 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -6,9 +6,9 @@ ifneq "$(BIN_DIST_NAME)" "" SUBDIRS = hp2ps stat2resid unlit else ifeq "$(BootingFromHc)" "YES" -SUBDIRS = hp2ps parallel stat2resid prof unlit +SUBDIRS = genapply genprimopcode ghc-pkg unlit else -SUBDIRS = ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode +SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply runghc endif endif