blob: 4c18a7e19bed6725cab9fae427894f9204fdd63c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.1 2002/10/15 23:07:17 dillo Exp $
--- gdb/configure.in.orig Thu May 18 07:02:10 2000
+++ gdb/configure.in
@@ -423,7 +423,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
|