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/9cef533230cf
branches:  trunk
changeset: 746631:9cef533230cf
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 ab6cd5a6c00b -r 9cef533230cf 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