Bug fix: we also need to generate the nativetable entries from the classes
authortwisti <none@none>
Thu, 18 Nov 2004 13:02:27 +0000 (13:02 +0000)
committertwisti <none@none>
Thu, 18 Nov 2004 13:02:27 +0000 (13:02 +0000)
which are not generated newly.

Makefile.am

index a82e89718c6151f5544fabcb8256080dca88ca8f..e2c95e30725fdd110e6aa87c41a05d14fa1e13c6 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 1541 2004-11-18 12:17:56Z twisti $
+# $Id: Makefile.am 1548 2004-11-18 13:02:27Z twisti $
 
 @SET_MAKE@
 
@@ -147,6 +147,7 @@ natheaders: cacaoh
 nativetable.inc: gennativetable nat/implementednatives.data
        CLASSPATH=$(top_srcdir)/classpath/lib/bootstrap.zip \
        $(top_srcdir)/gennativetable \
+       $(NOGEN_CLASSES) \
        $(CLASSES) \
        > nativetable.inc
 
@@ -250,7 +251,7 @@ CLASSES= \
        javax.swing.UIManager \
        @AWTPEERS@
 
-XCLASSES = \
+NOGEN_CLASSES = \
        java.lang.ClassLoader \
        java.lang.Cloneable \
        java.lang.Object \