put the binutils include before /usr/include to get the right md5.h
This commit is contained in:
parent
019f24e578
commit
a0fb52ee6d
|
@ -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 @@ INSTALL_TARGET+=install-gprof
|
|||
|
||||
.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.
|
||||
|
|
Loading…
Reference in New Issue