mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
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
@ -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
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user