$NetBSD: patch-ad,v 1.6 2005/05/21 20:22:21 kristerw Exp $ --- ../ghc-6.2.1/distrib/hc-build.orig Sat May 29 03:20:17 2004 +++ ../ghc-6.2.1/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.