* Removed -noverify from JAVA
authortwisti <none@none>
Fri, 8 Jul 2005 09:40:41 +0000 (09:40 +0000)
committertwisti <none@none>
Fri, 8 Jul 2005 09:40:41 +0000 (09:40 +0000)
tests/codepatching/Makefile.am

index 3087dee73c23337e44d2595b377b5e3591605e61..192d4d33d9381ca251ff9887ac5c067c5dff1395 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2601 2005-06-08 12:50:23Z twisti $
+## $Id: Makefile.am 2929 2005-07-08 09:40:41Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -65,7 +65,7 @@ EXTRA_DIST = \
        putstaticL.java \
        test.java
 
-JAVA = $(top_srcdir)/src/cacao/cacao -noverify
+JAVA = $(top_srcdir)/src/cacao/cacao
 JAVAC = jikes -nowarn
 
 build: