X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2FMakefile;h=7348160a74afb09a8c940fcdecb5feece9c681e1;hb=23e0ac3e0f326bc7d08811105bf71a3195cc84b7;hp=0785d52fee02d2eb63d310f1652efbbe0563a7a2;hpb=425008f93f115f9d5c92543e32838a47a7a7790f;p=ghc-hetmet.git diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 0785d52..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 = ghc-pkg genprimopcode unlit +SUBDIRS = genapply genprimopcode ghc-pkg unlit else -SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply +SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply runghc endif endif