From dd0572c88adf3d316465c3d0375d1209c1ef8789 Mon Sep 17 00:00:00 2001 From: dfr Date: Tue, 10 Jul 2001 16:18:20 +0000 Subject: [PATCH] Make this build again after breakage from previous commits. --- sys/boot/efi/loader/Makefile | 12 ++++++------ sys/boot/ia64/efi/Makefile | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile index 63d5dd2402bb..da3ea7bebda4 100644 --- a/sys/boot/efi/loader/Makefile +++ b/sys/boot/efi/loader/Makefile @@ -63,12 +63,6 @@ ${BASE}.efi: ${BASE}.sym --target=efi-app-${MACHINE_ARCH} \ ${BASE}.sym ${BASE}.efi -${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o - ${LD} ${LDFLAGS} -o ${BASE}.sym -M \ - ${CRT} {OBJS} vers.o \ - ${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \ - > ${.OBJDIR}/${BASE}.list - ${BASE}.help: help.common help.efi cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk \ > ${.TARGET} @@ -91,4 +85,10 @@ machine: .include +${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o + ${LD} ${LDFLAGS} -o ${BASE}.sym -M \ + ${CRT} ${OBJS} vers.o \ + ${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \ + > ${.OBJDIR}/${BASE}.list + beforedepend ${OBJS}: machine diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 63d5dd2402bb..da3ea7bebda4 100644 --- a/sys/boot/ia64/efi/Makefile +++ b/sys/boot/ia64/efi/Makefile @@ -63,12 +63,6 @@ ${BASE}.efi: ${BASE}.sym --target=efi-app-${MACHINE_ARCH} \ ${BASE}.sym ${BASE}.efi -${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o - ${LD} ${LDFLAGS} -o ${BASE}.sym -M \ - ${CRT} {OBJS} vers.o \ - ${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \ - > ${.OBJDIR}/${BASE}.list - ${BASE}.help: help.common help.efi cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk \ > ${.TARGET} @@ -91,4 +85,10 @@ machine: .include +${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o + ${LD} ${LDFLAGS} -o ${BASE}.sym -M \ + ${CRT} ${OBJS} vers.o \ + ${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \ + > ${.OBJDIR}/${BASE}.list + beforedepend ${OBJS}: machine