From: simonmar Date: Thu, 24 Jul 2003 13:57:20 +0000 (+0000) Subject: [project @ 2003-07-24 13:57:20 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~633 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=425008f93f115f9d5c92543e32838a47a7a7790f [project @ 2003-07-24 13:57:20 by simonmar] Let's build genprimopcode when bootstrapping too. There doesn't seem to be an easy way around this. --- diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index f2db6f7..0785d52 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 unlit +SUBDIRS = ghc-pkg genprimopcode unlit else SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply endif