Don't use runtime systems' includes.
This commit is contained in:
parent
f1046e077c
commit
136b230eaa
@ -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 @@ all: ${FILES}
|
||||
|
||||
### 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}
|
||||
|
Loading…
Reference in New Issue
Block a user