summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-04-06 04:16:58 +0000
committerpeter <peter@FreeBSD.org>2002-04-06 04:16:58 +0000
commitbc98e7be03a77a17ca7d997fd2d339487b77d5ee (patch)
treeb7138318fab71e6ee5bd78d4cc61ca669a628f55 /sys/boot
parentb2d9042186356e934eea82ab11459e38c59d8a99 (diff)
downloadFreeBSD-src-bc98e7be03a77a17ca7d997fd2d339487b77d5ee.zip
FreeBSD-src-bc98e7be03a77a17ca7d997fd2d339487b77d5ee.tar.gz
Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64
instead.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ia64/ski/Makefile2
-rw-r--r--sys/boot/ia64/skiload/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 1b8e032..71a2263 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -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)
diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile
index 1b8e032..71a2263 100644
--- a/sys/boot/ia64/skiload/Makefile
+++ b/sys/boot/ia64/skiload/Makefile
@@ -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)
OpenPOWER on IntegriCloud