[kaffe] make check fails...
Hervé Roussain
Herve.Roussain@univ-ubs.fr
Wed Mar 19 17:56:01 2003
This is a multi-part message in MIME format.
--------------090103060004080200050409
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
...and this is not my fault!
A fast look at the submitted patch should explain everything
(Makefile.in does not match a recently added file name:
NegativeDivideConst.java).
Hervé
--------------090103060004080200050409
Content-Type: text/plain;
name="makefile.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="makefile.patch"
Index: test/regression/Makefile.in
===================================================================
RCS file: /cvs/kaffe/kaffe/test/regression/Makefile.in,v
retrieving revision 1.115
diff -r1.115 Makefile.in
166c166
< TEST_INTS_LONGS_FLOATS_DOUBLES = TestIntLong.java TestFloatDouble.java DoubleCvt.java DoubleNeg.java DoubleConst.java DoublePrint.java DoubleComp.java ModuloTest.java LongNeg.java FPUStack.java NegativeDivideTest.java divtest.java
---
> TEST_INTS_LONGS_FLOATS_DOUBLES = TestIntLong.java TestFloatDouble.java DoubleCvt.java DoubleNeg.java DoubleConst.java DoublePrint.java DoubleComp.java ModuloTest.java LongNeg.java FPUStack.java NegativeDivideConst.java divtest.java
--------------090103060004080200050409--