Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/binutils put the binutils include before /usr/include ...
details: https://anonhg.NetBSD.org/src/rev/accc1a79cb5b
branches: trunk
changeset: 1008810:accc1a79cb5b
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 04 00:47:30 2020 +0000
description:
put the binutils include before /usr/include to get the right md5.h
diffstat:
tools/binutils/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 2ae1c1ef77d6 -r accc1a79cb5b tools/binutils/Makefile
--- a/tools/binutils/Makefile Sat Apr 04 00:46:53 2020 +0000
+++ b/tools/binutils/Makefile Sat Apr 04 00:47:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/12/27 16:26:52 christos Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/04 00:47:30 christos Exp $
.include <bsd.hostinit.mk>
@@ -34,7 +34,8 @@
.include "${.CURDIR}/../Makefile.gnuhost"
-CCADDFLAGS= -I${DESTDIR}/usr/include -B${DESTDIR}/usr/lib/
+CCADDFLAGS= -I${GNUHOSTDIST}/include -I${DESTDIR}/usr/include
+CCADDFLAGS+= -B${DESTDIR}/usr/lib/
LDADDFLAGS= -L${DESTDIR}/lib -L${DESTDIR}/usr/lib
# Force avoiding possibly non-executable install-sh.
Home |
Main Index |
Thread Index |
Old Index