summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ad
blob: 7ed8450fde02efd7c47c2912f90018e238ed1f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.5 2004/05/29 14:28:43 kristerw Exp $

--- distrib/hc-build.orig	Sat May 29 03:20:17 2004
+++ distrib/hc-build	Sat May 29 03:21:31 2004
@@ -95,6 +95,6 @@
 # The reconfigure step updates a few files, which can lead to
 # unnecessary recompilations.  Touch a bunch of things here to avoid
 # having to recompile stuff that we've already built.
-(cd ghc/compiler; touch $PRIMOP_BITS parser/hschooks.o prelude/PrimOp.o main/Config.hs main/Config.o ghc-*)
+(cd ghc/compiler; touch $PRIMOP_BITS stage1/parser/hschooks.o stage1/prelude/PrimOp.o main/Config.hs stage1/main/Config.o stage1/ghc-*)
 
 # At this point, the tree should be safe to do 'make install' in.