summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-04 01:28:39 +0000
committermsmith <msmith@FreeBSD.org>1999-01-04 01:28:39 +0000
commiteec8f14ee3e6a688428712e32f0a962b5f28b193 (patch)
tree71885779a222eafc9c492f2a2f5615435b61b8b5 /sys/boot
parentc48f512ac80877fb7de0da14331853c7b5f7bc23 (diff)
downloadFreeBSD-src-eec8f14ee3e6a688428712e32f0a962b5f28b193.zip
FreeBSD-src-eec8f14ee3e6a688428712e32f0a962b5f28b193.tar.gz
Add dependancy to build loader.help here
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/boot2/Makefile b/sys/boot/alpha/boot2/Makefile
index 6301f2c..a22e2da 100644
--- a/sys/boot/alpha/boot2/Makefile
+++ b/sys/boot/alpha/boot2/Makefile
@@ -38,7 +38,7 @@ vers.o: ${.CURDIR}/newvers.sh ${.CURDIR}/Makefile
sh ${.CURDIR}/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
${CC} -c vers.c
-${BASE}: ${BASE}.sym
+${BASE}: ${BASE}.sym ${BASE}.help
objcopy -O binary ${BASE}.sym ${BASE}
${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBALPHA} ${CRT} vers.o setdef0.o setdef1.o
OpenPOWER on IntegriCloud