Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/usr.sbin/mdsetimage Find bin.h
details: https://anonhg.NetBSD.org/src/rev/27b3d6f79dc5
branches: trunk
changeset: 347911:27b3d6f79dc5
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 22 01:53:39 2016 +0000
description:
Find bin.h
diffstat:
external/gpl3/binutils/usr.sbin/mdsetimage/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 5a9066894c4f -r 27b3d6f79dc5 external/gpl3/binutils/usr.sbin/mdsetimage/Makefile
--- a/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile Wed Sep 21 23:18:42 2016 +0000
+++ b/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile Thu Sep 22 01:53:39 2016 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2016/09/21 16:26:18 christos Exp $
+# $NetBSD: Makefile,v 1.13 2016/09/22 01:53:39 christos Exp $
.include <bsd.init.mk>
-.PATH: ${NETBSDSRCDIR}/usr.sbin/mdsetimage
+MDSETIMAGE=${NETBSDSRCDIR}/usr.sbin/mdsetimage
+.PATH: ${MDSETIMAGE}
.if (defined(HOSTPROG) && \
(${TOOLCHAIN_MISSING} == "no" || defined(EXTERNAL_TOOLCHAIN))) || \
@@ -13,7 +14,7 @@
SRCS= mdsetimage.c bin_bfd.c
MAN= mdsetimage.8
-CPPFLAGS+= -I${DIST}/bfd -I${DIST}/binutils -I${DIST}/include
+CPPFLAGS+= -I${DIST}/bfd -I${DIST}/binutils -I${DIST}/include -I${MDSETIMAGE}
.if !defined(HOSTPROG)
PROGDPLIBS+= bfd ${TOP}/${BFDSUBDIR}/libbfd
Home |
Main Index |
Thread Index |
Old Index