make/sun/Makefile

Print this page

        

@@ -56,15 +56,16 @@
 ifdef OPENJDK
   RENDER_SUBDIR = pisces
 else
   RENDER_SUBDIR = dcpr
 endif
+# nio need to be compiled before awt to have all charsets ready
 SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \
-          awt splashscreen $(XAWT_SUBDIR) \
+          nio awt splashscreen $(XAWT_SUBDIR) \
           $(HEADLESS_SUBDIR) $(DGA_SUBDIR) \
           font jpeg cmm applet rmi beans $(JDBC_SUBDIR) \
-          jawt text nio launcher management $(ORG_SUBDIR) \
+          jawt text launcher management $(ORG_SUBDIR) \
           native2ascii serialver tools jconsole tracing
 
 all build clean clobber::
         $(SUBDIRS-loop)