]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-aa
I tried building GHC 6.10.1 with GHC 6.4.2 but failed...
[pkgsrc-ghc.git] / patches / patch-aa
1 $NetBSD: patch-aa,v 1.8 2007/03/24 17:57:20 kristerw Exp $
2
3 --- ../ghc-6.4.2/ghc/Makefile.orig      2006-07-30 14:26:56.000000000 +0200
4 +++ ../ghc-6.4.2/ghc/Makefile   2006-07-30 14:27:26.000000000 +0200
5 @@ -22,7 +22,7 @@
6  # we descend into subdirs - to boot utils must be before driver.
7  #
8  ifeq "$(BootingFromHc)" "YES"
9 -SUBDIRS = includes rts docs compiler lib utils driver
10 +SUBDIRS = includes rts docs lib compiler utils driver
11  else
12  ifneq "$(ILXized)" "YES"
13  SUBDIRS = includes lib utils driver docs compiler rts