Makefile.in: move dependency on install-unwind_h from "install-leaf" to "install".

libgcc/
        * Makefile.in: move dependency on install-unwind_h from
        "install-leaf" to "install".

From-SVN: r187839
This commit is contained in:
Olivier Hainque 2012-05-24 14:57:11 +00:00 committed by Olivier Hainque
parent fdc1b7d3a7
commit 7c7c339b4b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-05-24 Olivier Hainque <hainque@adacore.com>
* Makefile.in: move dependency on install-unwind_h from
"install-leaf" to "install".
2012-05-24 Olivier Hainque <hainque@adacore.com>
* Makefile.in (clean): Remove libgcc_tm.stamp as well.

View File

@ -1060,7 +1060,7 @@ install-shared:
@shlib_base_name@,libgcc_s,$(subst \
@shlib_slibdir_qual@,$(MULTIOSSUBDIR),$(SHLIB_INSTALL))))
install-leaf: $(install-shared) $(install-libunwind) install-unwind_h
install-leaf: $(install-shared) $(install-libunwind)
$(mkinstalldirs) $(DESTDIR)$(inst_libdir)
$(INSTALL_DATA) libgcc.a $(DESTDIR)$(inst_libdir)/
@ -1080,7 +1080,7 @@ install-leaf: $(install-shared) $(install-libunwind) install-unwind_h
esac; \
done
install: install-leaf
install: install-leaf install-unwind_h
@: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
install-strip: install