From: simonmar Date: Thu, 24 Jul 2003 16:31:42 +0000 (+0000) Subject: [project @ 2003-07-24 16:31:42 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~628 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=259ec5e84b8a7f3ac986e828e3dce9efd7dae051 [project @ 2003-07-24 16:31:42 by simonmar] Build genapply when BootingFromHc too - it'll help when compiling the RTS in the second stage (after turning off BootingFromHc). --- diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 0785d52..6ba0b79 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -6,7 +6,7 @@ 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 endif