Make-lang.in (install-finclude-dir): Use correct mode argument for mkinstalldirs.

2008-12-11  Richard Guenther  <rguenther@suse.de>

	* Make-lang.in (install-finclude-dir): Use correct mode argument
	for mkinstalldirs.

From-SVN: r142676
This commit is contained in:
Richard Guenther 2008-12-11 11:29:38 +00:00 committed by Richard Biener
parent 329ad38002
commit 150da9f453
2 changed files with 6 additions and 1 deletions

View 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

View 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
#
# Install hooks:
# f951 is installed elsewhere as part of $(COMPILERS).