X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Futils%2FMakefile;h=6ba0b79ca13d07880348851f730654d826763e68;hb=5b1a5b1e82c9a75f9c657839d8d321822622a1e8;hp=34ff7a44ba5e5e69cee5385b31e7b71399944f85;hpb=88f53e66a48db654fcc60f3d72cdedd78b6c7079;p=ghc-hetmet.git diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 34ff7a4..6ba0b79 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 = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode +SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply endif endif