Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64
instead.
This commit is contained in:
parent
b2d9042186
commit
bc98e7be03
@ -11,7 +11,7 @@ SRCS+= main.c conf.c
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -g
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/ia64
|
||||
.if BOOT_FORTH
|
||||
CFLAGS+= -DBOOT_FORTH
|
||||
.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
|
@ -11,7 +11,7 @@ SRCS+= main.c conf.c
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -g
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/ia64
|
||||
.if BOOT_FORTH
|
||||
CFLAGS+= -DBOOT_FORTH
|
||||
.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
|
Loading…
Reference in New Issue
Block a user