2008-12-11 Richard Guenther <rguenther@suse.de>
* Make-lang.in (install-finclude-dir): Use correct mode argument
for mkinstalldirs.
From-SVN: r142676
+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
# 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).