]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (all): Use install-leaf rather than install.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 27 Dec 2007 11:26:06 +0000 (11:26 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 27 Dec 2007 11:26:06 +0000 (11:26 +0000)
libgcc/
* Makefile.in (all): Use install-leaf rather than install.
(install): Split most of the rule into...
(install-leaf): ...this new one.

From-SVN: r131198

libgcc/ChangeLog
libgcc/Makefile.in

index d5481be95a787f0c6f24e86cd157b46449b7bd5d..68f4c50893349ef27065ce76997dcc4fe60444d5 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * Makefile.in (all): Use install-leaf rather than install.
+       (install): Split most of the rule into...
+       (install-leaf): ...this new one.
+
 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
            Paolo Bonzini  <bonzini@gnu.org>
 
index 24894e6efe4833a5a696433e143d1f36df235ec6..3acf2e856a43eeb8226d920c5400f90c01b847d5 100644 (file)
@@ -100,7 +100,7 @@ all: all-multi
        # them back to the GCC directory.  Too many things (other
        # in-tree libraries, and DejaGNU) know about the layout
        # of the build tree, for now.
-       $(MAKE) install DESTDIR=$(gcc_objdir) \
+       $(MAKE) install-leaf DESTDIR=$(gcc_objdir) \
          slibdir= libsubdir= MULTIOSDIR=$(MULTIDIR)
 
 .PHONY: all-multi
@@ -884,7 +884,7 @@ install-shared:
                @shlib_base_name@,libgcc_s,$(subst \
                @shlib_slibdir_qual@,$(MULTIOSSUBDIR),$(SHLIB_INSTALL))))
 
-install: $(install-shared) $(install-libunwind)
+install-leaf: $(install-shared) $(install-libunwind)
        $(mkinstalldirs) $(DESTDIR)$(inst_libdir)
 
        $(INSTALL_DATA) libgcc.a $(DESTDIR)$(inst_libdir)/
@@ -900,6 +900,7 @@ install: $(install-shared) $(install-libunwind)
          $(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/;     \
        done
 
+install: install-leaf
        @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
 
 .PHONY: install install-shared install-libunwind