summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-aa
blob: 8ba05dff3ad520e72da2ffe348bed7a1452a31c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.7 2006/07/31 02:07:13 kristerw Exp $

--- ghc/Makefile.orig	2006-07-30 14:26:56.000000000 +0200
+++ ghc/Makefile	2006-07-30 14:27:26.000000000 +0200
@@ -22,7 +22,7 @@
 # we descend into subdirs - to boot utils must be before driver.
 #
 ifeq "$(BootingFromHc)" "YES"
-SUBDIRS = includes rts docs compiler lib utils driver
+SUBDIRS = includes rts docs lib compiler utils driver
 else
 ifneq "$(ILXized)" "YES"
 SUBDIRS = includes lib utils driver docs compiler rts