From a344fa1d6dba5a4695a45c184216511ec078bf81 Mon Sep 17 00:00:00 2001 From: msmith Date: Sun, 3 Jan 1999 20:50:35 +0000 Subject: Reenable generation of the loader.help file --- sys/boot/i386/loader/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 20aad0c..080f58a 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1998/12/15 14:21:30 msmith Exp $ +# $Id: Makefile,v 1.21 1998/12/16 02:27:15 msmith Exp $ BASE= loader PROG= ${BASE} @@ -79,14 +79,14 @@ ${BASE}.bin: ${BASE}.sym ${BASE}.help: help.common help.i386 perl ${.CURDIR}/../../common/merge_help.pl ${.ALLSRC} > ${.TARGET} -#beforeinstall: -#.if exists(${.OBJDIR}/loader.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 +beforeinstall: +.if exists(${.OBJDIR}/loader.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 # Cannot use ${OBJS} above this line .include -- cgit v1.1