Commit 150da9f4 by Richard Guenther Committed by Richard Biener

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
parent 329ad380
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> 2008-12-09 Daniel Franke <franke.daniel@gmail.com>
PR fortran/36376 PR fortran/36376
......
...@@ -211,7 +211,7 @@ doc/gfc-internals.pdf: $(GFC_INTERNALS_TEXI) ...@@ -211,7 +211,7 @@ doc/gfc-internals.pdf: $(GFC_INTERNALS_TEXI)
# Create or recreate the gfortran private include file directory. # Create or recreate the gfortran private include file directory.
install-finclude-dir: installdirs install-finclude-dir: installdirs
$(mkinstalldirs) -m a+rx $(DESTDIR)$(libsubdir)/finclude $(mkinstalldirs) -m 0755 $(DESTDIR)$(libsubdir)/finclude
# #
# Install hooks: # Install hooks:
# f951 is installed elsewhere as part of $(COMPILERS). # f951 is installed elsewhere as part of $(COMPILERS).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment