DIRS: Fix duplicate target warnings.
This commit is contained in:
parent
c16d241dcc
commit
6a318e696e
@ -30,10 +30,12 @@ installdirs: installdirs-${dir}
|
|||||||
|
|
||||||
installdirs-${dir}: installdirs-${DESTDIR}${${dir}}
|
installdirs-${dir}: installdirs-${DESTDIR}${${dir}}
|
||||||
|
|
||||||
|
. if !target(installdirs-${DESTDIR}${${dir}})
|
||||||
installdirs-${DESTDIR}${${dir}}:
|
installdirs-${DESTDIR}${${dir}}:
|
||||||
@${ECHO} installing DIRS ${dir}
|
@${ECHO} installing DIRS ${dir}
|
||||||
${INSTALL} ${${dir}TAG_ARGS} -d -m ${${dir}_MODE} -o ${${dir}_OWN} \
|
${INSTALL} ${${dir}TAG_ARGS} -d -m ${${dir}_MODE} -o ${${dir}_OWN} \
|
||||||
-g ${${dir}_GRP} ${${dir}_FLAG} ${DESTDIR}${${dir}}
|
-g ${${dir}_GRP} ${${dir}_FLAG} ${DESTDIR}${${dir}}
|
||||||
|
. endif
|
||||||
. endif
|
. endif
|
||||||
|
|
||||||
realinstall: installdirs-${dir}
|
realinstall: installdirs-${dir}
|
||||||
|
Loading…
Reference in New Issue
Block a user