Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-11-16 04:18:39 +0300
committerDJ Delorie <dj@redhat.com>2004-11-16 04:18:39 +0300
commitf247ebc36e8b4e46c0a5908f62b424991c0a40ea (patch)
tree7ca1e407f991318ffd877be1263c82ba8b1eaee3 /compile
parentf3f23268fef8a3dabe745e8258bff2b8d3a2f599 (diff)
2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
* install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
Diffstat (limited to 'compile')
-rwxr-xr-xcompile4
1 files changed, 3 insertions, 1 deletions
diff --git a/compile b/compile
index 80b645b01..3d2170320 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 <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"