From 16ed9fd6bbe76ffe42b2620bd7523df770b5ef5f Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 31 Mar 2002 20:48:13 +0000 Subject: Only install the help file if we can find it. Use ${BASE}.help in both the condition and for the install. We expect to find the help file in ${.OBJDIR}. --- sys/boot/ia64/efi/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/boot/ia64') diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 0fc9328f85a1..bbae7868713a 100644 --- a/sys/boot/ia64/efi/Makefile +++ b/sys/boot/ia64/efi/Makefile @@ -71,12 +71,9 @@ ${BASE}.help: help.common help.efi > ${.TARGET} beforeinstall: -.if exists(${.OBJDIR}/loader.help) +.if exists(${.OBJDIR}/${BASE}.help) ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.OBJDIR}/${BASE}.help ${DESTDIR}/boot -.else - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/${BASE}.help ${DESTDIR}/boot .endif # Other fragments still to be brought in from ../Makfile.booters? -- cgit v1.2.3