summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-01-24 00:25:36 +0000
committerDJ Delorie <dj@redhat.com>2004-01-24 00:25:36 +0000
commit8e21b8e53489c0b02f4ee8972bf3d5db6473c442 (patch)
treebd3d5e89631959727218dfc2da510b960ef2cba8 /Makefile.in
parentb9a766427b2ff5f5760ab8c305f3b60f08c20157 (diff)
downloadcygnal-8e21b8e53489c0b02f4ee8972bf3d5db6473c442.tar.gz
cygnal-8e21b8e53489c0b02f4ee8972bf3d5db6473c442.tar.bz2
cygnal-8e21b8e53489c0b02f4ee8972bf3d5db6473c442.zip
* Makefile.def (target_modules) [libiberty]: Don't stage.
* Makefile.in: Rebuilt.
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 33f87b6aa..e9fa3d74d 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} \