Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/installboot add -I. to HOST_CPPFLAGS



details:   https://anonhg.NetBSD.org/src/rev/770e9d2330fb
branches:  trunk
changeset: 525959:770e9d2330fb
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Apr 22 15:18:57 2002 +0000

description:
add -I. to HOST_CPPFLAGS

diffstat:

 tools/installboot/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 60e44e6c3ad1 -r 770e9d2330fb tools/installboot/Makefile
--- a/tools/installboot/Makefile        Mon Apr 22 15:16:56 2002 +0000
+++ b/tools/installboot/Makefile        Mon Apr 22 15:18:57 2002 +0000
@@ -1,8 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2002/04/19 07:19:09 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2002/04/22 15:18:57 lukem Exp $
 
 HOSTPROGNAME=  nbinstallboot
 HOST_SRCDIR=   usr.sbin/installboot
-HOST_CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
+
+DPSRCS+=       ufs.stamp
+HOST_CPPFLAGS+=        -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
+CLEANFILES+=   ufs
 
 .include "${.CURDIR}/../Makefile.host"
 



Home | Main Index | Thread Index | Old Index