Add missing tag for debug files
This commit is contained in:
parent
9bfb62646b
commit
c236d07d0a
@ -212,7 +212,7 @@ _proginstall:
|
||||
${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}/${PROGNAME}
|
||||
.if ${MK_DEBUG_FILES} != "no"
|
||||
.if defined(DEBUGMKDIR)
|
||||
${INSTALL} -d ${DESTDIR}${DEBUGFILEDIR}
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},debug} -d ${DESTDIR}${DEBUGFILEDIR}
|
||||
.endif
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},debug} -o ${BINOWN} -g ${BINGRP} -m ${DEBUGMODE} \
|
||||
${PROGNAME}.debug ${DESTDIR}${DEBUGFILEDIR}/${PROGNAME}.debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user