Need to -I. to get generated .h files (needed for Elf targets).

This commit is contained in:
thorpej 1997-10-25 01:50:36 +00:00
parent c356cad88d
commit 86ed76b106
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1997/10/17 20:51:25 gwr Exp $ # $NetBSD: Makefile,v 1.5 1997/10/25 01:50:36 thorpej Exp $
LIB= bfd LIB= bfd
@ -14,6 +14,7 @@ INCSDIR=/usr/include/bfd
INCS= ansidecl.h bfd.h libiberty.h INCS= ansidecl.h bfd.h libiberty.h
# CFLAGS=-g #XXX # CFLAGS=-g #XXX
CFLAGS+= -I.
CFLAGS+= -I$(.CURDIR) CFLAGS+= -I$(.CURDIR)
CFLAGS+= -I$(dist)/bfd CFLAGS+= -I$(dist)/bfd
CFLAGS+= -I$(dist)/opcodes CFLAGS+= -I$(dist)/opcodes