Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Even if we aren't making a crossgdb still make the obj...
details: https://anonhg.NetBSD.org/src/rev/e7c3bba6e431
branches: trunk
changeset: 788793:e7c3bba6e431
user: matt <matt%NetBSD.org@localhost>
date: Fri Jul 19 20:58:58 2013 +0000
description:
Even if we aren't making a crossgdb still make the object dir for it.
diffstat:
tools/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c4c6a148ad61 -r e7c3bba6e431 tools/Makefile
--- a/tools/Makefile Fri Jul 19 17:31:49 2013 +0000
+++ b/tools/Makefile Fri Jul 19 20:58:58 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2013/02/27 21:25:11 joerg Exp $
+# $NetBSD: Makefile,v 1.169 2013/07/19 20:58:58 matt Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -45,7 +45,7 @@
.if defined(HAVE_GCC)
.if ${TOOLCHAIN_MISSING} == "no"
TOOLCHAIN_BITS+= gcc
-. if ${MKCROSSGDB:Uno} != "no"
+. if ${MKCROSSGDB:Uno} != "no" || make(obj)
TOOLCHAIN_BITS+= gdb
. endif
TOOLCHAIN_BITS+= .WAIT
Home |
Main Index |
Thread Index |
Old Index