From a5d34029d57cff19face11bb0bc9a7bb08c753bf Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 28 Oct 1994 07:54:13 +0000 Subject: [PATCH] Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while working on Makefile for netboot. --- sys/i386/boot/biosboot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index b1474f9d6767..d178e9ffef86 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1994/10/07 05:36:01 ache Exp $ +# $Id: Makefile,v 1.20 1994/10/15 03:59:19 phk Exp $ # PROG= boot @@ -50,8 +50,8 @@ all: boot1 boot2 beforeinstall: install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\ - boot1 ${DESTDIR}/${BINDIR}/sdboot + boot1 ${DESTDIR}${BINDIR}/sdboot install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\ - boot2 ${DESTDIR}/${BINDIR}/bootsd + boot2 ${DESTDIR}${BINDIR}/bootsd .include