summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc/patches/patch-ad')
-rw-r--r--lang/ghc/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/ghc/patches/patch-ad b/lang/ghc/patches/patch-ad
deleted file mode 100644
index 5ee7d8dae7d..00000000000
--- a/lang/ghc/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$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.