diff options
author | DJ Delorie <dj@redhat.com> | 2004-01-23 19:23:24 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2004-01-23 19:23:24 -0500 |
commit | fa2f03062ceea0c62d4b1f09bc0bdb5067d52c27 (patch) | |
tree | e997c7c998623f23089a1a6c780d81ba59823179 /Makefile.in | |
parent | 3cfb44c200f3bc8e58ce5661c209abc0f94933a7 (diff) | |
download | gcc-fa2f03062ceea0c62d4b1f09bc0bdb5067d52c27.tar.gz |
Makefile.def (target_modules): Don't stage.
* Makefile.def (target_modules) [libiberty]: Don't stage.
* Makefile.in: Rebuilt.
From-SVN: r76475
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.in b/Makefile.in index 33f87b6aac8..e9fa3d74d2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22560,30 +22560,8 @@ configure-target-libiberty: $(TARGET_SUBDIR)/libiberty/multilib.out *) topdir="../../$(srcdir)" ;; \ esac ;; \ esac; \ - if [ "$(srcdir)" = "." ] ; then \ - if [ "$(TARGET_SUBDIR)" != "." ] ; then \ - if $(SHELL) $$s/symlink-tree $${topdir}/libiberty "no-such-file" ; then \ - if [ -f Makefile ]; then \ - if $(MAKE) distclean; then \ - true; \ - else \ - exit 1; \ - fi; \ - else \ - true; \ - fi; \ - else \ - exit 1; \ - fi; \ - else \ - true; \ - fi; \ - srcdiroption="--srcdir=."; \ - libsrcdir="."; \ - else \ srcdiroption="--srcdir=$${topdir}/libiberty"; \ libsrcdir="$$s/libiberty"; \ - fi; \ rm -f no-such-file || : ; \ CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \ $(TARGET_CONFIGARGS) $${srcdiroption} \ |