Make-lang.in (f77.stage?): Use mv -f instead of just mv so that we can move g77.c.
authorMike Stump <mrs@wrs.com>
Mon, 6 Jul 1998 21:04:02 +0000 (15:04 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 6 Jul 1998 21:04:02 +0000 (15:04 -0600)
8
* Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
we can move g77.c.

From-SVN: r20958

gcc/f/Make-lang.in

index b82868edbd868ba0d8adff011734a555cb91e7f0..cb6497e67f77ece11890991af074c26c443bb5cb 100644 (file)
@@ -426,19 +426,19 @@ G77STAGESTUFF = f/*$(objext) f/fini f/stamp-str f/str-*.h f/str-*.j \
 
 f77.stage1: stage1-start
        -if [ -f lang-f77 ]; then \
-         mv $(G77STAGESTUFF) stage1/f; \
+         mv -f $(G77STAGESTUFF) stage1/f; \
        fi
 f77.stage2: stage2-start
        -if [ -f lang-f77 ]; then \
-         mv $(G77STAGESTUFF) stage2/f; \
+         mv -f $(G77STAGESTUFF) stage2/f; \
        fi
 f77.stage3: stage3-start
        -if [ -f lang-f77 ]; then \
-         mv $(G77STAGESTUFF) stage3/f; \
+         mv -f $(G77STAGESTUFF) stage3/f; \
        fi
 f77.stage4: stage4-start
        -if [ -f lang-f77 ]; then \
-         mv $(G77STAGESTUFF) stage4/f; \
+         mv -f $(G77STAGESTUFF) stage4/f; \
        fi
 #\f
 # Maintenance hooks: