mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-30 01:20:06 +08:00
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:
parent
7694ce359a
commit
88029ff857
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user