Remove superfluous -I. accidently introduced when I imported the PPC port
This commit is contained in:
parent
a1ba72f394
commit
31afb65969
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.12 1996/09/30 16:01:18 ws Exp $
|
||||
# $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $
|
||||
|
||||
LIB= sa
|
||||
|
||||
@ -8,7 +8,7 @@ DIR=${SAREL}${SADIR}
|
||||
|
||||
#DEBUGFLAGS= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DDEBUG -DPARANOID -Wall
|
||||
#DEBUGFLAGS= -ansi -pedantic -Wall
|
||||
CFLAGS+=-DSTANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I. -I${DIR} -I${DIR}/../..
|
||||
CFLAGS+=-DSTANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../..
|
||||
#
|
||||
# Needed for PowerPC
|
||||
CFLAGS+=$(EXTRACFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user