mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue