Add -I../mips-elf2ecoff to take advantage of the host friendly sys/exec_elf.h

that's in that directory.  Fixes compile issue on (older source ?) arm
systems noted by Richard Earnshaw.

XXX: arguably a better version of sys/exec_elf.h (and others) should
be in ../compat instead, but that's a problem for another day.
This commit is contained in:
lukem 2002-04-04 13:27:33 +00:00
parent 8b3e2136ae
commit 87f91a310f

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2002/04/04 00:24:18 lukem Exp $
# $NetBSD: Makefile,v 1.3 2002/04/04 13:27:33 lukem Exp $
HOSTPROGNAME= nbinstallboot
HOST_SRCDIR= usr.sbin/installboot
HOST_CPPFLAGS= -I${.CURDIR}
HOST_CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
.include "${.CURDIR}/../Makefile.host"