file modes: Set files to be non-executable

I was going to start doing some autoconf work, and noticed that
configure.in was executable. Then I noticed Makefile.in was executable.

o.O

So, I ran ```find . -type f -executable``` and found a bunch of files
that shouldn't be set executable.

This commit makes them normal files again.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2015-11-12 23:18:04 -08:00
parent 57de8dcf22
commit e4bb360748
11 changed files with 0 additions and 0 deletions

0
Makefile.in Executable file → Normal file
View File

0
config/companion_libs/gettext.in Executable file → Normal file
View File

0
configure.ac Executable file → Normal file
View File

0
docs/C - Misc. tutorials.txt Executable file → Normal file
View File

0
kconfig/Makefile Executable file → Normal file
View File

View File

0
patches/libtool/2.4.6/2.4.5-pass-ldflags.patch Executable file → Normal file
View File

View File

View File

0
scripts/xldd.in Executable file → Normal file
View File