mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2012-05-24 Olivier Hainque <hainque@adacore.com>
|
||||||
|
|
||||||
* Makefile.in (clean): Remove libgcc_tm.stamp as well.
|
* Makefile.in (clean): Remove libgcc_tm.stamp as well.
|
||||||
|
|
|
||||||
|
|
@ -1060,7 +1060,7 @@ install-shared:
|
||||||
@shlib_base_name@,libgcc_s,$(subst \
|
@shlib_base_name@,libgcc_s,$(subst \
|
||||||
@shlib_slibdir_qual@,$(MULTIOSSUBDIR),$(SHLIB_INSTALL))))
|
@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)
|
$(mkinstalldirs) $(DESTDIR)$(inst_libdir)
|
||||||
|
|
||||||
$(INSTALL_DATA) libgcc.a $(DESTDIR)$(inst_libdir)/
|
$(INSTALL_DATA) libgcc.a $(DESTDIR)$(inst_libdir)/
|
||||||
|
|
@ -1080,7 +1080,7 @@ install-leaf: $(install-shared) $(install-libunwind) install-unwind_h
|
||||||
esac; \
|
esac; \
|
||||||
done
|
done
|
||||||
|
|
||||||
install: install-leaf
|
install: install-leaf install-unwind_h
|
||||||
@: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
@: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
||||||
|
|
||||||
install-strip: install
|
install-strip: install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue