Add machine-specific include path to ficl's sysdep.h. Wishes I had

gone to bed earlier.

Pointed by: peter
This commit is contained in:
dcs 1999-11-23 16:30:48 +00:00
parent 8aabdf53ba
commit 092552dc2c

View File

@ -18,7 +18,7 @@ HAVE_ISABUS= yes
# Enable BootForth
BOOT_FORTH= yes
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
.if exists(${.OBJDIR}/../../ficl/libficl.a)
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.else