Back out part of rev. 1.16 (my build didn't pick up the -I from

../Makefile.inc the first time around, for some reason.)
This commit is contained in:
tv 2001-10-24 01:12:45 +00:00
parent 2970104486
commit d3c2262c8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2001/10/24 00:42:35 thorpej Exp $
# $NetBSD: Makefile,v 1.18 2001/10/24 01:12:45 tv Exp $
.include <bsd.own.mk>
@ -10,7 +10,7 @@ LDADD+= -ll
DPADD+= ${LIBL}
YHEADER=1
CPPFLAGS+=-I${.CURDIR} -I. -I${.CURDIR}/arch/${MACHINE_ARCH}
CPPFLAGS+=-I${.CURDIR} -I.
.if ${OBJECT_FMT} == "a.out"
CPPFLAGS+=-DTARGET_OBJFMT_AOUT
.elif ${OBJECT_FMT} == "COFF"