aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2004-11-18 03:16:25 +0000
committerDiego Novillo <dnovillo@redhat.com>2004-11-18 03:16:25 +0000
commitb9e8a6e3c3eb31207a05112377b46fd6c09b54cd (patch)
tree76c2673eff6bfe1adbebdeabd98b1ce82680554a /compile
parent91e68210539802160600bfb2fdbae974786c112a (diff)
Mainline merge as of 2004-11-17.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-cleanup-branch@90848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'compile')
-rw-r--r--compile4
1 files changed, 3 insertions, 1 deletions
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 <tromey@cygnus.com>.
@@ -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"