diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile index 4776228af6d3..1b8e0324d0e6 100644 --- a/sys/boot/ia64/ski/Makefile +++ b/sys/boot/ia64/ski/Makefile @@ -69,12 +69,9 @@ ${PROG}.help: help.common help.efi > ${.TARGET} beforeinstall: -.if exists(${.OBJDIR}/loader.help) +.if exists(${.OBJDIR}/${PROG}.help) ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.OBJDIR}/${PROG}.help ${DESTDIR}/boot -.else - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/${PROG}.help ${DESTDIR}/boot .endif # Other fragments still to be brought in from ../Makfile.booters? diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile index 4776228af6d3..1b8e0324d0e6 100644 --- a/sys/boot/ia64/skiload/Makefile +++ b/sys/boot/ia64/skiload/Makefile @@ -69,12 +69,9 @@ ${PROG}.help: help.common help.efi > ${.TARGET} beforeinstall: -.if exists(${.OBJDIR}/loader.help) +.if exists(${.OBJDIR}/${PROG}.help) ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.OBJDIR}/${PROG}.help ${DESTDIR}/boot -.else - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/${PROG}.help ${DESTDIR}/boot .endif # Other fragments still to be brought in from ../Makfile.booters?