* src/native/Makefile.am (nativetable.inc): Renamed VM_ZIP to
authortwisti <none@none>
Mon, 31 Jul 2006 12:15:27 +0000 (12:15 +0000)
committertwisti <none@none>
Mon, 31 Jul 2006 12:15:27 +0000 (12:15 +0000)
CACAO_VM_ZIP.

src/native/Makefile.am

index 9cc6c595a90a4cf0066ef900327a6432bac69027..9ca9c8ac41df59624a0a7415511feb99b820f3fe 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 5013 2006-06-06 11:22:56Z twisti $
+## $Id: Makefile.am 5187 2006-07-31 12:15:27Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -55,7 +55,7 @@ CLASSPATH = $(top_builddir)/src/lib/classes/:$(CLASSPATH_GLIBJ_ZIP)
 
 $(srcdir)/native.c: nativetable.inc
 
-nativetable.inc: $(VM_ZIP) $(CLASSPATH_GLIBJ_ZIP) $(top_builddir)/src/native/tools/gennativetable
+nativetable.inc: $(CACAO_VM_ZIP) $(CLASSPATH_GLIBJ_ZIP) $(top_builddir)/src/native/tools/gennativetable
        $(top_builddir)/src/native/tools/gennativetable -bootclasspath $(CLASSPATH) > $(top_builddir)/src/native/nativetable.inc
 endif