From 170aadf69a7288616f396544e6e5d81f42d514e1 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 4 Jan 1999 01:28:46 +0000 Subject: [PATCH] Restore dependancy to build loader.help here --- sys/boot/i386/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 080f58a60dc5..42fcbc8f12d5 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1998/12/16 02:27:15 msmith Exp $ +# $Id: Makefile,v 1.22 1999/01/03 20:50:35 msmith Exp $ BASE= loader PROG= ${BASE} @@ -68,7 +68,7 @@ vers.o: sh ${.CURDIR}/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT} ${CC} -c vers.c -${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} # ${BASE}.help +${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \ ${BASE}.bin