Source-Changes-HG archive

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

[src/trunk]: src/tools/m68k-elf2aout need bsd.hostinit.mk before...



details:   https://anonhg.NetBSD.org/src/rev/a12e295e8eae
branches:  trunk
changeset: 318666:a12e295e8eae
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 03 01:09:04 2018 +0000
description:
need bsd.hostinit.mk before bsd.endian.mk

diffstat:

 tools/m68k-elf2aout/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 7a56ffe92e4d -r a12e295e8eae tools/m68k-elf2aout/Makefile
--- a/tools/m68k-elf2aout/Makefile      Thu May 03 00:32:11 2018 +0000
+++ b/tools/m68k-elf2aout/Makefile      Thu May 03 01:09:04 2018 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2018/05/01 12:38:40 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2018/05/03 01:09:04 christos Exp $
+
+.include <bsd.hostinit.mk>
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}m68k-elf2aout
 HOST_SRCDIR=   usr.bin/elf2aout



Home | Main Index | Thread Index | Old Index