Diego Novillo <dnovillo@google.com>
* Make-lang.in (install-finclude-dir): Use mkinstalldirs
and don't remove the finclude directory beforehand.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142365
138bc75d-0d04-0410-961f-
82ee72b054a4
+2008-12-02 Jakub Jelinek <jakub@redhat.com>
+ Diego Novillo <dnovillo@google.com>
+
+ * Make-lang.in (install-finclude-dir): Use mkinstalldirs
+ and don't remove the finclude directory beforehand.
+
2008-12-02 Janus Weil <janus@gcc.gnu.org>
PR fortran/36704
# Create or recreate the gfortran private include file directory.
install-finclude-dir: installdirs
- -rm -rf $(DESTDIR)$(libsubdir)/finclude
- mkdir $(DESTDIR)$(libsubdir)/finclude
- -chmod a+rx $(DESTDIR)$(libsubdir)/finclude
+ $(mkinstalldirs) -m a+rx $(DESTDIR)$(libsubdir)/finclude
#\f
# Install hooks:
# f951 is installed elsewhere as part of $(COMPILERS).