Makefile.in (stmp-multilib-sub): Add missing "else true" clauses to work around make...
authorJeff Law <law@gcc.gnu.org>
Fri, 7 Feb 1997 17:48:54 +0000 (10:48 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 7 Feb 1997 17:48:54 +0000 (10:48 -0700)
        * Makefile.in (stmp-multilib-sub): Add missing "else true"
        clauses to work around make bug on some systems.

From-SVN: r13616

gcc/Makefile.in

index 7fcfc0150b53f858a8df5d534944be1df93aaa32..384ee809230230eb3005c060362baba4a0a9a2e4 100644 (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