Commit 583e347f by Tom Tromey Committed by Tom Tromey

From Phil Edwards:

	* configure: Rebuilt.
	* configure.in: Use echo, not `:', to create .d files.

From-SVN: r38139
parent 85a011b0
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> 2000-12-08 Warren Levy <warrenl@redhat.com>
* java/lang/StringBuffer.java (insert(int,char[])): Avoid * java/lang/StringBuffer.java (insert(int,char[])): Avoid
......
...@@ -794,7 +794,7 @@ changequote(<<,>>) ...@@ -794,7 +794,7 @@ changequote(<<,>>)
d=`echo $f | sed -e 's,/[^/]*$,,'` d=`echo $f | sed -e 's,/[^/]*$,,'`
changequote([,]) changequote([,])
$srcdir/../mkinstalldirs $d $srcdir/../mkinstalldirs $d
: > $f echo > $f
} }
done done
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment