Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/stand/bootblock/boot Don't use runtime system...



details:   https://anonhg.NetBSD.org/src/rev/64c457ad7878
branches:  trunk
changeset: 484952:64c457ad7878
user:      is <is%NetBSD.org@localhost>
date:      Sat Apr 15 20:10:41 2000 +0000

description:
Don't use runtime systems' includes.

diffstat:

 sys/arch/amiga/stand/bootblock/boot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1335f990b792 -r 64c457ad7878 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile      Sat Apr 15 20:09:11 2000 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile      Sat Apr 15 20:10:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 1999/04/03 09:18:41 is Exp $
+#      $NetBSD: Makefile,v 1.20 2000/04/15 20:10:41 is Exp $
 
 ### what we need:
 
@@ -37,7 +37,7 @@
 
 ### special  rules for bootblocks ###
 
-INCPATH = -I${DIR_TOP} -I${DIR_TOP}/lib/libsa -I${.CURDIR} -I${.CURDIR}/../../.. -I${.CURDIR}/../aout2bb
+INCPATH = -nostdinc -I${DIR_TOP} -I${DIR_TOP}/lib/libsa -I${.CURDIR} -I${.CURDIR}/../../.. -I${.CURDIR}/../aout2bb -I${DESTDIR}/usr/include
 
 AFLAGS += -m68030 -l
 CAFLAGS += -Wa,-l -Wa,-m68030 ${INCPATH}



Home | Main Index | Thread Index | Old Index