summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-07 23:30:45 +0000
committerru <ru@FreeBSD.org>2004-02-07 23:30:45 +0000
commitf53bd8d5bdedd831187e22cf272a5d79d9c56a5e (patch)
tree6319a9035cf5d9eea441f304e086561d9902c965 /sys/boot/i386/gptboot/Makefile
parent0a1ce2dc9837bb14ad4d89b18b723f67bb7f6dcc (diff)
downloadFreeBSD-src-f53bd8d5bdedd831187e22cf272a5d79d9c56a5e.zip
FreeBSD-src-f53bd8d5bdedd831187e22cf272a5d79d9c56a5e.tar.gz
Argh, unbreak "make depend" for AMD64.
Reported by: kris
Diffstat (limited to 'sys/boot/i386/gptboot/Makefile')
-rw-r--r--sys/boot/i386/gptboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index f1585daa..3356a6c 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -96,7 +96,7 @@ boot2.h: boot1.out
REL1=`printf "%d" ${REL1}` > ${.TARGET}
.if ${MACHINE_ARCH} == "amd64"
-boot2.s: machine
+beforedepend boot2.s: machine
CLEANFILES+= machine
machine:
ln -sf ${.CURDIR}/../../../i386/include machine
OpenPOWER on IntegriCloud