Use proper spelling for the directory variable

It's GCNOSDIR_foo:T, not GCNOS_foo:TDIR.
This commit is contained in:
Enji Cooper 2017-08-19 18:52:13 +00:00
parent 3e3648cee4
commit 1ed13d2ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=322700

View file

@ -12,7 +12,7 @@ CLEANFILES+= ${GCNOS}
.for _gcno in ${GCNOS}
_gcno_dir= ${COVERAGEDIR}${_gcno:H:tA}
GCNOS_${_gcno:T}DIR= ${_gcno_dir}
GCNOSDIR_${_gcno:T}= ${_gcno_dir}
.if !target(${DESTDIR}${_gcno_dir})
beforeinstall: ${DESTDIR}${_gcno_dir}
${DESTDIR}${_gcno_dir}: