2008-12-11 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Dec 2008 11:29:38 +0000 (11:29 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Dec 2008 11:29:38 +0000 (11:29 +0000)
* Make-lang.in (install-finclude-dir): Use correct mode argument
for mkinstalldirs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142676 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in

index 82e03c9..7fa2cf4 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-11  Richard Guenther  <rguenther@suse.de>
+
+       * Make-lang.in (install-finclude-dir): Use correct mode argument
+       for mkinstalldirs.
+
 2008-12-09  Daniel Franke  <franke.daniel@gmail.com>
 
        PR fortran/36376
index ff5d03e..1600d18 100644 (file)
@@ -211,7 +211,7 @@ doc/gfc-internals.pdf: $(GFC_INTERNALS_TEXI)
 
 # Create or recreate the gfortran private include file directory.
 install-finclude-dir: installdirs
-       $(mkinstalldirs) -m a+rx $(DESTDIR)$(libsubdir)/finclude
+       $(mkinstalldirs) -m 0755 $(DESTDIR)$(libsubdir)/finclude
 #\f
 # Install hooks:
 # f951 is installed elsewhere as part of $(COMPILERS).