diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2012-07-26 10:10:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2012-07-26 10:10:54 +0000 |
commit | 283e000db4ddf15815e2bb10255f7490e69b59d6 (patch) | |
tree | 23ce2fe17083d12b07ee6c70a652b6a89c17b29b /sys/boot/ficl | |
parent | e93d0cbef142a2c6276ae83390a2ea81f0889b43 (diff) | |
download | src-test2-283e000db4ddf15815e2bb10255f7490e69b59d6.tar.gz src-test2-283e000db4ddf15815e2bb10255f7490e69b59d6.zip |
Notes
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r-- | sys/boot/ficl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index e4415737317f..1f8de9b2e2f3 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -54,9 +54,11 @@ softcore.c: ${SOFTWORDS} softcore.awk | awk -f softcore.awk -v datestamp="`LC_ALL=C date`") > ${.TARGET} .if ${MACHINE_CPUARCH} == "amd64" +.if !exists(machine) ${SRCS:M*.c:R:S/$/.o/g}: machine beforedepend ${OBJS}: machine +.endif machine: ln -sf ${.CURDIR}/../../i386/include machine |