From: Kaveh R. Ghazi Date: Sun, 25 Jan 1998 11:29:50 +0000 (+0000) Subject: Make-lang.in (objc.stage1): Depend on stage1-start. X-Git-Tag: releases/libf2c-0.5.21~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=963f4057da1c137cf63511eedafecd495157ca76;p=thirdparty%2Fgcc.git Make-lang.in (objc.stage1): Depend on stage1-start. * objc/Make-lang.in (objc.stage1): Depend on stage1-start. (objc.stage2, objc.stage3, objc.stage4): Likewise. From-SVN: r17473 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bf12bd5667f..0230d953f2a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Jan 25 12:30:18 1998 Kaveh R. Ghazi + + * objc/Make-lang.in (objc.stage1): Depend on stage1-start. + (objc.stage2, objc.stage3, objc.stage4): Likewise. + Sun Jan 25 12:13:47 1998 Michael Tiemann * cse.c (simplify_ternary_operation): Don't try to simplify diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 922c9da97ab0..5bf6b3417edc 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -279,19 +279,19 @@ objc.maintainer-clean: # # Stage hooks: -objc.stage1: +objc.stage1: stage1-start -mv objc/*$(objext) stage1/objc -mv cc1obj$(exeext) stage1 -mv libobjc.a stage1 -objc.stage2: +objc.stage2: stage2-start -mv objc/*$(objext) stage2/objc -mv cc1obj$(exeext) stage2 -mv libobjc.a stage2 -objc.stage3: +objc.stage3: stage3-start -mv objc/*$(objext) stage3/objc -mv cc1obj$(exeext) stage3 -mv libobjc.a stage3 -objc.stage4: +objc.stage4: stage4-start -mv objc/*$(objext) stage4/objc -mv cc1obj$(exeext) stage4 -mv libobjc.a stage4