X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=compile;h=3d2170320efc07c320445d98bb4bfad1393a4e8d;hb=5a84f3e0d225c671f13d8571f035283012dc6448;hp=80b645b015f3cbee717fd38ca22e857c8cd70830;hpb=63fcc999f4c67be366b4473bac06fdba722b54c0;p=deliverable%2Fbinutils-gdb.git diff --git a/compile b/compile index 80b645b015..3d2170320e 100755 --- 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"