aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-02-07 10:48:54 -0700
committerJeff Law <law@gcc.gnu.org>1997-02-07 10:48:54 -0700
commit88029ff8575c16a510c7f28453fdaf797868abf1 (patch)
treea58e88ed6ccc1f65234c4a20d3744b51f79a0fc9 /gcc
parent7694ce359a558c4bfb189cfac4067643a745a304 (diff)
downloadgcc-88029ff8575c16a510c7f28453fdaf797868abf1.zip
gcc-88029ff8575c16a510c7f28453fdaf797868abf1.tar.gz
gcc-88029ff8575c16a510c7f28453fdaf797868abf1.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 7fcfc01..384ee809 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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