Source-Changes-HG archive

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

[src/trunk]: src/tools/gdb At last on some linux distros, gmake is needed to ...



details:   https://anonhg.NetBSD.org/src/rev/e8febed7ba01
branches:  trunk
changeset: 781801:e8febed7ba01
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Oct 01 19:27:04 2012 +0000

description:
At last on some linux distros, gmake is needed to build the cross-gdb.

diffstat:

 tools/gdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5ac2a398afa0 -r e8febed7ba01 tools/gdb/Makefile
--- a/tools/gdb/Makefile        Mon Oct 01 18:46:43 2012 +0000
+++ b/tools/gdb/Makefile        Mon Oct 01 19:27:04 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2012/02/09 15:15:58 skrll Exp $
+#      $NetBSD: Makefile,v 1.22 2012/10/01 19:27:04 bouyer Exp $
 
 .include <bsd.own.mk>
 
@@ -15,7 +15,7 @@
 ALL_TARGET=    all-gdb
 INSTALL_TARGET=        install-gdb
 
-.include "${.CURDIR}/../Makefile.gnuhost"
+.include "${.CURDIR}/../Makefile.gmakehost"
 
 CCADDFLAGS=    --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.OBJDIR}/.native/gcc/include
 



Home | Main Index | Thread Index | Old Index