* src/native/Makefile.am (nativetable.inc): Pass classpath on
authortwisti <none@none>
Fri, 3 Feb 2006 19:44:10 +0000 (19:44 +0000)
committertwisti <none@none>
Fri, 3 Feb 2006 19:44:10 +0000 (19:44 +0000)
commandline, environment variable support was removed.

src/native/Makefile.am

index 6020ec218dd3158d6f770a35b4fb3588b264ed3d..997206531b11a526ac04a853fbaffe734e6a8a37 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 4357 2006-01-22 23:33:38Z twisti $
+## $Id: Makefile.am 4411 2006-02-03 19:44:10Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -50,7 +50,7 @@ CLEANFILES += nativetable.inc
 $(srcdir)/native.c: nativetable.inc
 
 nativetable.inc: $(CLASSPATH_PREFIX)/share/classpath/$(GLIBJZ) $(top_builddir)/src/native/tools/gennativetable
-       BOOTCLASSPATH=$(CLASSPATH_PREFIX)/share/classpath/$(GLIBJZ) $(top_builddir)/src/native/tools/gennativetable > $(top_builddir)/src/native/nativetable.inc
+       $(top_builddir)/src/native/tools/gennativetable -bootclasspath $(CLASSPATH_PREFIX)/share/classpath/$(GLIBJZ) > $(top_builddir)/src/native/nativetable.inc
 endif
 
 noinst_LTLIBRARIES = libnative.la