diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-04-06 04:16:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-04-06 04:16:58 +0000 |
| commit | 402e50591afe5e337e001526fb42b3c00f65b0c7 (patch) | |
| tree | b7138318fab71e6ee5bd78d4cc61ca669a628f55 | |
| parent | 5459842c5e1952c9cec3884741bc45108e3694fb (diff) | |
Notes
| -rw-r--r-- | sys/boot/ia64/ski/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/skiload/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile index 1b8e0324d0e6..71a2263b9933 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 1b8e0324d0e6..71a2263b9933 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) |
