diff options
| author | Glenn Morris | 2012-05-18 00:34:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-18 00:34:10 -0700 |
| commit | b7e1feeab6f88af3ebccbde6080e85c3cae8b340 (patch) | |
| tree | ee28da969e60414a289a3d8f4ceb5383d18aa000 | |
| parent | 136c45eee75126157bd45683ba94de50b6888a14 (diff) | |
| download | emacs-b7e1feeab6f88af3ebccbde6080e85c3cae8b340.tar.gz emacs-b7e1feeab6f88af3ebccbde6080e85c3cae8b340.zip | |
* Makefile.in (install-arch-indep): Minor fix for earlier change.
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a24e40f1236..3b66db4e8c5 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -539,7 +539,8 @@ install-arch-indep: info install-etc install-leim | |||
| 539 | for dir in ${COPYDIR} ; do \ | 539 | for dir in ${COPYDIR} ; do \ |
| 540 | [ -d $${dir} ] || exit 1 ; \ | 540 | [ -d $${dir} ] || exit 1 ; \ |
| 541 | dest=$$1 ; shift ; \ | 541 | dest=$$1 ; shift ; \ |
| 542 | [ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \ | 542 | [ -d $${dest} ] && \ |
| 543 | [ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \ | ||
| 543 | continue ; \ | 544 | continue ; \ |
| 544 | rm -rf $${dest} ; \ | 545 | rm -rf $${dest} ; \ |
| 545 | umask 022; ${MKDIR_P} $${dest} ; \ | 546 | umask 022; ${MKDIR_P} $${dest} ; \ |