From 671f064cced6f4adfedf5d802fd97d88c96d90f9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 31 Mar 2003 12:37:41 +0000 Subject: [PATCH] [project @ 2003-03-31 12:37:41 by simonmar] HC bootstrapping fixes Submitted by: Urban Boquist --- ghc/utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 95d89eb..f2db6f7 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 = hp2ps parallel stat2resid prof unlit +SUBDIRS = ghc-pkg unlit else SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply endif -- 1.7.10.4