Commit 7c7c339b by Olivier Hainque Committed by Olivier Hainque

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
parent fdc1b7d3
2012-05-24 Olivier Hainque <hainque@adacore.com> 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. * Makefile.in (clean): Remove libgcc_tm.stamp as well.
Use a separate command for stamp removals. Use a separate command for stamp removals.
......
...@@ -1060,7 +1060,7 @@ install-shared: ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment