2013-09-26 17:14:40 +02:00

14 lines
512 B
Plaintext

$NetBSD: patch-aa,v 1.8 2007/03/24 17:57:20 kristerw Exp $
--- ../ghc-6.4.2/ghc/Makefile.orig 2006-07-30 14:26:56.000000000 +0200
+++ ../ghc-6.4.2/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