summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-11 06:45:31 +0000
committerobrien <obrien@FreeBSD.org>2002-03-11 06:45:31 +0000
commit73dc5cffc75fac6395ea1130cf85480c42114fb3 (patch)
tree15bff756225a9da1dbdbaeac86e61fb3e8d57ee8 /sys/dev
parent145ec650e8c32e07c137a47c2dbaadd2e9768e6e (diff)
downloadFreeBSD-src-73dc5cffc75fac6395ea1130cf85480c42114fb3.zip
FreeBSD-src-73dc5cffc75fac6395ea1130cf85480c42114fb3.tar.gz
Due to changes in the handling of the #line directive by GCC(cpp) 3.1,
we must now explicitly list the source directory with -I.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index fbeb0d7..aca0fe1 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -21,7 +21,7 @@ LDADD+= -ll
DEPENDFILE=
.endif
-CFLAGS+= -I/usr/include -I.
+CFLAGS+= -I/usr/include -I. -I../../../dev/aic7xxx/aicasm
NOMAN= noman
.ifdef DEBUG
OpenPOWER on IntegriCloud