mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Cosmetic change: remove a redundant ${.OBJDIR} in the html realinstall
target. The current dir is ${.OBJDIR} so ${.OBJDIR} shouldn't be in the rule. Pointed out by: bruce
This commit is contained in:
parent
2236e17352
commit
d4ae7dd925
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23288
@ -1,5 +1,5 @@
|
|||||||
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
|
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
|
||||||
# $Id: bsd.doc.mk,v 1.32 1997/02/22 13:56:09 peter Exp $
|
# $Id: bsd.doc.mk,v 1.33 1997/03/02 00:16:49 wosch Exp $
|
||||||
|
|
||||||
PRINTERDEVICE?= ascii
|
PRINTERDEVICE?= ascii
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ FILES?= ${SRCS}
|
|||||||
realinstall:
|
realinstall:
|
||||||
.if ${PRINTERDEVICE} == "html"
|
.if ${PRINTERDEVICE} == "html"
|
||||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||||
${.OBJDIR}/${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}
|
${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}
|
||||||
.else
|
.else
|
||||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||||
${DFILE} ${DESTDIR}${BINDIR}/${VOLUME}
|
${DFILE} ${DESTDIR}${BINDIR}/${VOLUME}
|
||||||
|
Loading…
Reference in New Issue
Block a user