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
This commit is contained in:
Jeff Law 1997-02-07 10:48:54 -07:00
parent 7694ce359a
commit 88029ff857

View File

@ -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