mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
512 B
Plaintext
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
|