From 1ae193710bd0dacc9b9290b5c9a944e6aae8e555 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 25 Oct 2001 02:37:49 +0000 Subject: [PATCH] Avoid some annoying pitfalls of HOST_CPPFLAGS:=... in Makefile.host. --- tools/mdsetimage/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/mdsetimage/Makefile b/tools/mdsetimage/Makefile index f912bae85217..0bbac35f29f8 100644 --- a/tools/mdsetimage/Makefile +++ b/tools/mdsetimage/Makefile @@ -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}