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:
parent
329ad38002
commit
150da9f453
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
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)
|
||||||
|
|
||||||
# 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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue