From 799cf67bb03aa2c0445b96187ee22bc05ed0b6b0 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 8 Jul 2007 00:17:22 +0000 Subject: As pointed out by Mickey, "-I/usr/includes" is not required for successful compilation of assembler or generating microcode. --- sys/dev/microcode/aic7xxx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/microcode/aic7xxx/Makefile b/sys/dev/microcode/aic7xxx/Makefile index 7a34c83c3f7..7178f24d034 100644 --- a/sys/dev/microcode/aic7xxx/Makefile +++ b/sys/dev/microcode/aic7xxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2007/04/05 23:41:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.11 2007/07/08 00:17:21 krw Exp $ # $FreeBSD: src/sys/dev/aic7xxx/Makefile,v 1.6 1999/08/28 00:41:22 peter Exp $ PROG= aicasm @@ -21,7 +21,7 @@ CC=${HOSTCC} DEPENDFILE= .endif -CFLAGS+= -I/usr/include -I. -I${.CURDIR} +CFLAGS+= -I. -I${.CURDIR} YFLAGS= -d LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-olex.yy.c/} ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/} NOMAN= noman -- cgit v1.2.3