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.
This commit is contained in:
David E. O'Brien 2002-03-11 06:45:31 +00:00
parent 5ea9adc715
commit 77d49b3cf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92065

View file

@ -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