$NetBSD: patch-aa,v 1.1 2002/10/15 23:07:17 dillo Exp $

--- binutils/configure.in.orig	Wed May 15 01:47:22 2002
+++ binutils/configure.in
@@ -459,7 +459,8 @@ if [ x"${with_headers}" != x ]; then
   "") x=${prefix} ;;
   *) x=${exec_prefix} ;;
   esac
-  copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
+  # XXX: directories under ${prefix} are not user writable, duh!
+  #copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
 fi
 
 # Handle --with-libs=XXX.  Multiple directories are permitted.  The
