Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/mdsetimage Give the host tool build more contro...
details: https://anonhg.NetBSD.org/src/rev/73531f85be89
branches: trunk
changeset: 516567:73531f85be89
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Oct 25 02:37:18 2001 +0000
description:
Give the host tool build more control over the HOST_CPPFLAGS.
diffstat:
gnu/usr.sbin/mdsetimage/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 798c4635c0cd -r 73531f85be89 gnu/usr.sbin/mdsetimage/Makefile
--- a/gnu/usr.sbin/mdsetimage/Makefile Thu Oct 25 02:23:21 2001 +0000
+++ b/gnu/usr.sbin/mdsetimage/Makefile Thu Oct 25 02:37:18 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/10/24 23:56:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.4 2001/10/25 02:37:18 thorpej Exp $
PROG= mdsetimage
@@ -19,7 +19,8 @@
TOP= ${.CURDIR}/../..
DIST= ${TOP}/dist/toolchain
-CPPFLAGS+= -I${BFDDIR} -I${DIST}/include
+# Host tool Makefile MUST set HOST_CPPFLAGS!
+#CPPFLAGS+= -I${BFDDIR} -I${DIST}/include
DPADD+= ${BFDDIR}/libbfd.a
LDADD+= -L${BFDDIR} -lbfd
Home |
Main Index |
Thread Index |
Old Index