blob: c61616c96c7f93213517257fd2e8df3280f6501a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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
|