fix for new rt.jar stuff
Patrick Tullmann
tullmann at cs.utah.edu
Tue Apr 2 23:33:18 PST 2002
Kaffe fails to build for me (and it failed to build in all the nightly
tests last night). It seems that the new rt.jar layout assumed Kaffe
was being built in its source tree.
The attached patch fixes the problem for me, but I so distrust
automake et. al. that I won't claim this is correct, or be the one to
commit this patch without an okay from someone ....
-Pat
----- ----- ---- --- --- -- - - - - -
Pat Tullmann tullmann at cs.utah.edu
${HOME} is where the .emacs is.
RCS file: /cvs/kaffe/kaffe/libraries/javalib/Makefile.am,v
retrieving revision 1.58
diff -u -b -c -r1.58 Makefile.am
*** Makefile.am 2 Apr 2002 04:52:06 -0000 1.58
--- Makefile.am 3 Apr 2002 07:20:45 -0000
***************
*** 933,938 ****
rm -f $(srcdir)/$(CLASSFILE)
cp $(LIBDIR)/$(CLASSFILE) $(srcdir)/$(CLASSFILE)
! rt.jar: Klasses.jar
! cp Klasses.jar rt.jar
--- 933,938 ----
rm -f $(srcdir)/$(CLASSFILE)
cp $(LIBDIR)/$(CLASSFILE) $(srcdir)/$(CLASSFILE)
! rt.jar: $(srcdir)/Klasses.jar
! cp $(srcdir)/Klasses.jar rt.jar
More information about the kaffe
mailing list