[kaffe] missing targets in Makefile.am
Supreet Sethi
supreet at linux-delhi.org
Thu May 19 03:15:17 PDT 2005
in /test/regression/compiler/Makefile.am
two targets were missing
InnerTest1_B$X.class and InnerTest1_A$X.class
added that
attached is the patch
regards
Supreet
-------------- next part --------------
Index: Makefile.am
===================================================================
RCS file: /cvs/kaffe/kaffe/test/regression/compiler/Makefile.am,v
retrieving revision 1.3
diff -r1.3 Makefile.am
26c26
< InnerTest1_A.class InnerTest1_B.class: InnerTest1_A.java InnerTest1_B.java
---
> InnerTest1_A.class InnerTest1_B.class InnerTest1_A$$X.class InnerTest1_B$$X.class: InnerTest1_A.java InnerTest1_B.java
More information about the kaffe
mailing list