Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64

instead.
This commit is contained in:
peter 2002-04-06 04:16:58 +00:00
parent b2d9042186
commit bc98e7be03
2 changed files with 2 additions and 2 deletions

View File

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

View File

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