Module Name:    src
Committed By:   riz
Date:           Wed Oct 17 22:03:19 UTC 2012

Modified Files:
        src/tools/gdb [netbsd-6]: Makefile

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #596):
        tools/gdb/Makefile: revision 1.22
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.21.2.1 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.21.2.1
--- src/tools/gdb/Makefile:1.21	Thu Feb  9 15:15:58 2012
+++ src/tools/gdb/Makefile	Wed Oct 17 22:03:19 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2012/02/09 15:15:58 skrll Exp $
+#	$NetBSD: Makefile,v 1.21.2.1 2012/10/17 22:03:19 riz 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
 

Reply via email to