[project @ 2003-03-31 12:37:41 by simonmar]
authorsimonmar <unknown>
Mon, 31 Mar 2003 12:37:41 +0000 (12:37 +0000)
committersimonmar <unknown>
Mon, 31 Mar 2003 12:37:41 +0000 (12:37 +0000)
HC bootstrapping fixes

Submitted by: Urban Boquist <boquist@crt.se>

ghc/utils/Makefile

index 95d89eb..f2db6f7 100644 (file)
@@ -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