Module Name:    src
Committed By:   christos
Date:           Sun Oct  9 13:58:27 UTC 2011

Modified Files:
        src/external/gpl3/gdb: Makefile.inc

Log Message:
don't forget to set bindir.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/Makefile.inc
diff -u src/external/gpl3/gdb/Makefile.inc:1.1 src/external/gpl3/gdb/Makefile.inc:1.2
--- src/external/gpl3/gdb/Makefile.inc:1.1	Sun Sep 25 23:02:44 2011
+++ src/external/gpl3/gdb/Makefile.inc	Sun Oct  9 09:58:27 2011
@@ -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 \

Reply via email to