DIRS: Fix duplicate target warnings.

This commit is contained in:
Bryan Drewery 2018-08-08 19:15:48 +00:00
parent c16d241dcc
commit 6a318e696e

View File

@ -30,10 +30,12 @@ installdirs: installdirs-${dir}
installdirs-${dir}: installdirs-${DESTDIR}${${dir}}
. if !target(installdirs-${DESTDIR}${${dir}})
installdirs-${DESTDIR}${${dir}}:
@${ECHO} installing DIRS ${dir}
${INSTALL} ${${dir}TAG_ARGS} -d -m ${${dir}_MODE} -o ${${dir}_OWN} \
-g ${${dir}_GRP} ${${dir}_FLAG} ${DESTDIR}${${dir}}
. endif
. endif
realinstall: installdirs-${dir}