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 bsd.endian.mk
details: https://anonhg.NetBSD.org/src/rev/973143650cff
branches: trunk
changeset: 361540:973143650cff
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 ee2d4f69e642 -r 973143650cff 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