* JAVAC: Removed.
authortwisti <none@none>
Sun, 8 Jan 2006 19:14:17 +0000 (19:14 +0000)
committertwisti <none@none>
Sun, 8 Jan 2006 19:14:17 +0000 (19:14 +0000)
tests/native/Makefile.am
tests/regression/Makefile.am

index dc118388021068f045d0a5d7c4e4391cf5da32d9..9fb5b4b4b17b931a9e9047da45f5152f85b63b56 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3669 2005-11-15 00:18:01Z twisti $
+## $Id: Makefile.am 4094 2006-01-08 19:14:17Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -44,7 +44,6 @@ CLEANFILES = \
        testarguments.h
 
 JAVA = $(top_builddir)/src/cacao/cacao
-JAVAC = jikes -classpath $(CLASSPATH_INSTALL_DIR)/share/classpath/$(GLIBJZ) -nowarn
 JAVAH = $(top_builddir)/src/cacaoh/cacaoh
 
 checkall: test.tst checkjni.tst testarguments.tst
index 282440aaa4a07308e05e929a55c5e912b432008b..03f165525ad681be304c7d428d84f1cff6099eb8 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3791 2005-11-23 23:16:29Z twisti $
+## $Id: Makefile.am 4094 2006-01-08 19:14:17Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 JAVA      = $(top_builddir)/src/cacao/cacao
 JAVAFLAGS = -Xbootclasspath:$(top_builddir)/src/lib/vm.zip:$(CLASSPATH_INSTALL_DIR)/share/classpath/$(GLIBJZ)
-JAVAC     = jikes -classpath $(CLASSPATH_INSTALL_DIR)/share/classpath/$(GLIBJZ) -nowarn
 
 EXTRA_DIST = \
        Test.sh \