Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb don't forget to set bindir.



details:   https://anonhg.NetBSD.org/src/rev/01dc6214a78f
branches:  trunk
changeset: 770245:01dc6214a78f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 09 13:58:27 2011 +0000

description:
don't forget to set bindir.

diffstat:

 external/gpl3/gdb/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 7169fdd9a25a -r 01dc6214a78f external/gpl3/gdb/Makefile.inc
--- a/external/gpl3/gdb/Makefile.inc    Sun Oct 09 08:51:56 2011 +0000
+++ b/external/gpl3/gdb/Makefile.inc    Sun Oct 09 13:58:27 2011 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 2011/09/26 03:02:44 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2011/10/09 13:58:27 christos Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
+BINDIR=/usr/bin
 WARNS?=                0
 
 CWARNFLAGS.clang+=     -Wno-unused-value -Wno-conversion \



Home | Main Index | Thread Index | Old Index