Commit 963f4057 by Kaveh R. Ghazi Committed by Jeff Law

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
parent e82ad93d
Sun Jan 25 12:30:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* 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 <michael@tiemann.org> Sun Jan 25 12:13:47 1998 Michael Tiemann <michael@tiemann.org>
* cse.c (simplify_ternary_operation): Don't try to simplify * cse.c (simplify_ternary_operation): Don't try to simplify
......
...@@ -279,19 +279,19 @@ objc.maintainer-clean: ...@@ -279,19 +279,19 @@ objc.maintainer-clean:
# #
# Stage hooks: # Stage hooks:
objc.stage1: objc.stage1: stage1-start
-mv objc/*$(objext) stage1/objc -mv objc/*$(objext) stage1/objc
-mv cc1obj$(exeext) stage1 -mv cc1obj$(exeext) stage1
-mv libobjc.a stage1 -mv libobjc.a stage1
objc.stage2: objc.stage2: stage2-start
-mv objc/*$(objext) stage2/objc -mv objc/*$(objext) stage2/objc
-mv cc1obj$(exeext) stage2 -mv cc1obj$(exeext) stage2
-mv libobjc.a stage2 -mv libobjc.a stage2
objc.stage3: objc.stage3: stage3-start
-mv objc/*$(objext) stage3/objc -mv objc/*$(objext) stage3/objc
-mv cc1obj$(exeext) stage3 -mv cc1obj$(exeext) stage3
-mv libobjc.a stage3 -mv libobjc.a stage3
objc.stage4: objc.stage4: stage4-start
-mv objc/*$(objext) stage4/objc -mv objc/*$(objext) stage4/objc
-mv cc1obj$(exeext) stage4 -mv cc1obj$(exeext) stage4
-mv libobjc.a stage4 -mv libobjc.a stage4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment