First round ld support for PPC PE
[deliverable/binutils-gdb.git] / Makefile.in
index 334a7741524b95f89f3e5ecefc7e063011ca4e6f..7f1676ae148bf540d09ba6337ceb49948164c77e 100644 (file)
@@ -560,7 +560,6 @@ INSTALL_X11_MODULES = \
 
 # This is a list of the targets for all of the modules which are compiled
 # using $(TARGET_FLAGS_TO_PASS).
-# RENAME these  all-xinberty should be all-target-libiberty
 ALL_TARGET_MODULES = \
        all-target-libio \
        all-target-libstdc++ \
@@ -595,7 +594,6 @@ CHECK_TARGET_MODULES = \
 
 # This is a list of the install targets for all of the modules which are
 # compiled using $(TARGET_FLAGS_TO_PASS).
-
 INSTALL_TARGET_MODULES = \
        install-target-libio \
        install-target-libstdc++ \
@@ -661,7 +659,10 @@ $(DO_X):
                        $${target}); \
            then true; else exit 1; fi; \
          else true; fi; \
-       done;\
+       done
+       @target=`echo $@ | sed -e 's/^do-//'`; \
+       r=`pwd`; export r; \
+       srcroot=`cd $(srcdir); pwd`; export srcroot; \
        for i in $(TARGET_CONFIGDIRS) -dummy-; do \
          if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
            for flag in $(EXTRA_TARGET_FLAGS); do \
@@ -1045,7 +1046,7 @@ all-mmalloc:
 configure-target-newlib: $(ALL_GCC)
 all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
 all-opcodes: all-bfd
-all-patch:
+all-patch: all-libiberty
 all-prms: all-libiberty
 all-rcs:
 all-readline:
This page took 0.023118 seconds and 4 git commands to generate.