jdk/make/Makefile
changeset 4917 c98da2209f8c
parent 4524 697144bd8b04
child 5506 202f599c92aa
--- a/jdk/make/Makefile	Wed Feb 10 13:23:50 2010 +0000
+++ b/jdk/make/Makefile	Wed Feb 10 17:51:07 2010 -0800
@@ -240,7 +240,12 @@
 
 all build:: sanity-all post-sanity-all
 
-SUBDIRS    = tools java javax org sun sunw com jpda mkdemo mksample launchers
+SUBDIRS       = tools java javax sun com
+SUBDIRS_tools = launchers
+SUBDIRS_misc  = org sunw jpda mkdemo mksample
+
+include $(BUILDDIR)/common/Subdirs.gmk
+
 all build::
 	$(SUBDIRS-loop)