diff options
author | DJ Delorie <dj@delorie.com> | 2004-01-24 00:25:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2004-01-24 00:25:36 +0000 |
commit | 70750fb4852cfc6c0a73cb5f89dec50f4969f1ce (patch) | |
tree | c3248687aa4f19a757a1c9e99833a6770b9e4404 /Makefile.in | |
parent | d657720e5443ee296aee499ef8915a6d923ff1d4 (diff) | |
download | gdb-70750fb4852cfc6c0a73cb5f89dec50f4969f1ce.tar.gz |
* Makefile.def (target_modules) [libiberty]: Don't stage.
* Makefile.in: Rebuilt.
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} \ |