Avoid some annoying pitfalls of HOST_CPPFLAGS:=... in Makefile.host.
This commit is contained in:
parent
f2cc4f7bb2
commit
1ae193710b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2001/10/24 23:57:45 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/10/25 02:37:49 thorpej Exp $
|
||||
|
||||
MDSETIMAGE_TARGET_PREFIX=${MACHINE_GNU_PLATFORM}-
|
||||
|
||||
@ -12,4 +12,6 @@ IBERTYDIR= ${TOOLCHAINOBJDIR}/toolchain/libiberty
|
||||
|
||||
TOOLCHAINOBJDIR!= cd ${_CURDIR}/../toolchain && ${PRINTOBJDIR}
|
||||
|
||||
HOST_CPPFLAGS+= -I${BFDDIR} -I${DIST}/include
|
||||
|
||||
${TIMESTAMP}: ${SRCS}
|
||||
|
Loading…
Reference in New Issue
Block a user