From 87f91a310faa7af5136de80081c9c97eec85fc18 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 4 Apr 2002 13:27:33 +0000 Subject: [PATCH] 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. --- tools/installboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/installboot/Makefile b/tools/installboot/Makefile index 87490d4db370..2d83f65e2287 100644 --- a/tools/installboot/Makefile +++ b/tools/installboot/Makefile @@ -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"