Module Name: src
Committed By: bouyer
Date: Mon Oct 1 19:27:04 UTC 2012
Modified Files:
src/tools/gdb: Makefile
Log Message:
At last on some linux distros, gmake is needed to build the cross-gdb.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tools/gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.21 src/tools/gdb/Makefile:1.22
--- src/tools/gdb/Makefile:1.21 Thu Feb 9 15:15:58 2012
+++ src/tools/gdb/Makefile Mon Oct 1 19:27:04 2012
@@ -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 @@ MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKE
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