From 77d49b3cf47ff31e18eb01c76ddd673bc093bf03 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 11 Mar 2002 06:45:31 +0000 Subject: [PATCH] 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. --- sys/dev/aic7xxx/aicasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index fbeb0d7baff..aca0fe12313 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