Commit 88029ff8 by Jeff Law

Makefile.in (stmp-multilib-sub): Add missing "else true" clauses to work around…

Makefile.in (stmp-multilib-sub): Add missing "else true" clauses to work around make bug on some systems.

        * Makefile.in (stmp-multilib-sub): Add missing "else true"
        clauses to work around make bug on some systems.

From-SVN: r13616
parent 7694ce35
......@@ -1012,6 +1012,7 @@ stmp-multilib-sub:
if [ -d $(dir) ]; then \
cd $(dir); \
rm -f libgcc.a $(EXTRA_MULTILIB_PARTS); \
else true; \
fi
$(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
......@@ -1047,6 +1048,7 @@ stmp-multilib-sub:
HOST_PREFIX="$(HOST_PREFIX)" HOST_PREFIX_1="$(HOST_PREFIX_1)" \
MULTILIB_CFLAGS="$(MULTILIB_CFLAGS)" T="t" t$${f}; \
mv t$${f} $(dir)/$${f}; \
else true; \
fi; done
objc-runtime: libobjc.a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment