X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=compile;h=3d2170320efc07c320445d98bb4bfad1393a4e8d;hb=312f7161718ebe1867f96b8ae3eca2c73a398d15;hp=80b645b015f3cbee717fd38ca22e857c8cd70830;hpb=2109ded23bb61f4f3b3eaf1081865ddc1aa2a4b2;p=pf3gnuchains%2Fgcc-fork.git diff --git a/compile b/compile index 80b645b015f..3d2170320ef 100644 --- a/compile +++ b/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2004-09-10.20 +scriptversion=2004-10-12.08 # Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. # Written by Tom Tromey . @@ -125,6 +125,8 @@ ret=$? if test -f "$cofile"; then mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + mv "${cofile}bj" "$ofile" fi rmdir "$lockdir"