1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

* Makefile.in (install-arch-indep): Minor fix for earlier change.

This commit is contained in:
Glenn Morris 2012-05-18 00:34:10 -07:00
parent 136c45eee7
commit b7e1feeab6

View File

@ -539,7 +539,8 @@ install-arch-indep: info install-etc install-leim
for dir in ${COPYDIR} ; do \
[ -d $${dir} ] || exit 1 ; \
dest=$$1 ; shift ; \
[ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \
[ -d $${dest} ] && \
[ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \
continue ; \
rm -rf $${dest} ; \
umask 022; ${MKDIR_P} $${dest} ; \