Don't require ${DESTDIR}${_gcno_dir} until install

This commit is contained in:
Enji Cooper 2017-10-23 16:50:33 +00:00
parent 991e4517c6
commit 532979fa28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=324927

View File

@ -32,7 +32,7 @@ GCNOSDIR_${_gcno:T}:= ${_gcno_dir}
${DESTDIR}${_gcno_dir}:
${INSTALL} -d -o ${GCNOSOWN} -g ${GCNOSGRP} -m ${GCNOSDIRMODE} \
${.TARGET}/
beforeinstall: ${DESTDIR}${_gcno_dir}
.endif
${_gcno}: ${DESTDIR}${_gcno_dir}
.endfor
.endif