Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gdb/gdb.new include ../../Makefile.inc to set BI...



details:   https://anonhg.NetBSD.org/src/rev/1984cd7e3183
branches:  trunk
changeset: 513882:1984cd7e3183
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 16 16:59:24 2001 +0000

description:
include ../../Makefile.inc to set BINDIR.

diffstat:

 gnu/usr.bin/gdb/gdb.new/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f09c73258d3b -r 1984cd7e3183 gnu/usr.bin/gdb/gdb.new/Makefile
--- a/gnu/usr.bin/gdb/gdb.new/Makefile  Thu Aug 16 15:37:06 2001 +0000
+++ b/gnu/usr.bin/gdb/gdb.new/Makefile  Thu Aug 16 16:59:24 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2001/08/06 23:28:56 tv Exp $
+#      $NetBSD: Makefile,v 1.2 2001/08/16 16:59:24 mrg Exp $
 
 # XXX - This gdb.new directory should be renamed to "gdb" after all platforms
 # have been migrated to the new toolchain.
@@ -23,6 +23,7 @@
 INFOFLAGS=     -I${DIST}/gdb/doc -I${DIST}/gdb/mi \
                -I${DIST}/readline/doc -I${.CURDIR}/..
 
+.include "../../Makefile.inc"
 .include <bsd.prog.mk>
 .include <bsd.info.mk>
 



Home | Main Index | Thread Index | Old Index