aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-01-23 19:23:24 -0500
committerDJ Delorie <dj@gcc.gnu.org>2004-01-23 19:23:24 -0500
commitfa2f03062ceea0c62d4b1f09bc0bdb5067d52c27 (patch)
treee997c7c998623f23089a1a6c780d81ba59823179 /Makefile.in
parent3cfb44c200f3bc8e58ce5661c209abc0f94933a7 (diff)
downloadgcc-fa2f03062ceea0c62d4b1f09bc0bdb5067d52c27.zip
gcc-fa2f03062ceea0c62d4b1f09bc0bdb5067d52c27.tar.gz
gcc-fa2f03062ceea0c62d4b1f09bc0bdb5067d52c27.tar.bz2
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.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.in b/Makefile.in
index 33f87b6..e9fa3d7 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} \