mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:00:55 +08:00
From Phil Edwards:
* configure: Rebuilt. * configure.in: Use echo, not `:', to create .d files. From-SVN: r38139
This commit is contained in:
parent
85a011b076
commit
583e347f78
@ -1,3 +1,9 @@
|
||||
2000-12-08 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
From Phil Edwards:
|
||||
* configure: Rebuilt.
|
||||
* configure.in: Use echo, not `:', to create .d files.
|
||||
|
||||
2000-12-08 Warren Levy <warrenl@redhat.com>
|
||||
|
||||
* java/lang/StringBuffer.java (insert(int,char[])): Avoid
|
||||
|
573
libjava/configure
vendored
573
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -794,7 +794,7 @@ changequote(<<,>>)
|
||||
d=`echo $f | sed -e 's,/[^/]*$,,'`
|
||||
changequote([,])
|
||||
$srcdir/../mkinstalldirs $d
|
||||
: > $f
|
||||
echo > $f
|
||||
}
|
||||
done
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user