diff options
author | DJ Delorie <dj@redhat.com> | 2004-01-24 00:25:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-01-24 00:25:36 +0000 |
commit | fc434214563095d28ca1c7ee297b4576dadb5993 (patch) | |
tree | 8d060bc6d038b2c0c583aa03c554f73250fab627 /Makefile.in | |
parent | 6684fb8cee94e78491e0e61e1292f6263b5392c2 (diff) | |
download | gdb-fc434214563095d28ca1c7ee297b4576dadb5993.zip gdb-fc434214563095d28ca1c7ee297b4576dadb5993.tar.gz gdb-fc434214563095d28ca1c7ee297b4576dadb5993.tar.bz2 |
* 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 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} \ |