* aout-target.h (MY(callback)): Set the lma of the sections.
[binutils-gdb.git] / Makefile.in
index 2489f1e108e75876fbdbca7148cda9c71ccb96be..7f1676ae148bf540d09ba6337ceb49948164c77e 100644 (file)
@@ -659,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 \