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:
parent
fdc1b7d3a7
commit
7c7c339b4b
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue