install-sh chmods to 0755 by default, and this causes 'git diff' to show
authorTorok Edwin <edwintorok@gmail.com>
Fri, 28 Aug 2009 16:12:48 +0000 (16:12 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 28 Aug 2009 16:12:48 +0000 (16:12 +0000)
commit6493798d831e3255faafc81de4ec598c06e4cdca
tree020529ea51993541c32269910bfda56823c6d10f
parent6f9bb6f31b37380fa9c4412b400b53eba65b7410
install-sh chmods to 0755 by default, and this causes 'git diff' to show
that all the Makefiles changed mode.
Fix this by tellint install-sh to chmod
only to 0644, these are not executable files after all!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80371 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/m4/config_makefile.m4
configure
projects/sample/configure