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:
parent
5ea9adc715
commit
77d49b3cf4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user