aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-10-07 16:39:17 +0000
committerSam Leffler <sam@FreeBSD.org>2008-10-07 16:39:17 +0000
commit649701238615bf105fb0581c04e57525da6d43ea (patch)
tree36834c46163683c6deceb924c790e7c8ed673864 /sys/boot
parentdba96bd99f418347a2b5a34c23d6e39a5982d875 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arm/ixp425/boot2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/arm/ixp425/boot2/Makefile b/sys/boot/arm/ixp425/boot2/Makefile
index 944794341039..138446b6fa25 100644
--- a/sys/boot/arm/ixp425/boot2/Makefile
+++ b/sys/boot/arm/ixp425/boot2/Makefile
@@ -57,13 +57,13 @@ memmem.c: $S/../lib/libc/string/memmem.c
CLEANFILES+=memchr.c memmem.c
ashldi3.o: $S/libkern/ashldi3.c
- cc -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
+ ${CC} -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
divsi3.o: $S/libkern/${M}/divsi3.S
- cc -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
+ ${CC} -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
muldi3.o: $S/libkern/${M}/muldi3.c
- cc -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
+ ${CC} -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
inflate.c: $S/kern/inflate.c
sed -e 's/extern void putstr (char/extern void putstr (const char/' < \