summaryrefslogtreecommitdiffstats
path: root/autoconf/m4/config_makefile.m4
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/m4/config_makefile.m4')
-rw-r--r--autoconf/m4/config_makefile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/config_makefile.m4 b/autoconf/m4/config_makefile.m4
index f21a256..b1eaffd 100644
--- a/autoconf/m4/config_makefile.m4
+++ b/autoconf/m4/config_makefile.m4
@@ -5,5 +5,5 @@
AC_DEFUN([AC_CONFIG_MAKEFILE],
[AC_CONFIG_COMMANDS($1,
[${llvm_src}/autoconf/mkinstalldirs `dirname $1`
- ${SHELL} ${llvm_src}/autoconf/install-sh -c ${srcdir}/$1 $1])
+ ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
])
OpenPOWER on IntegriCloud