diff -r 0b0443cbc448 -r d14dc3d9e1fa jdk/make/sun/rmi/rmid/Makefile --- a/jdk/make/sun/rmi/rmid/Makefile Tue Jan 05 13:44:09 2010 -0800 +++ b/jdk/make/sun/rmi/rmid/Makefile Thu Jan 07 08:14:48 2010 -0800 @@ -29,11 +29,12 @@ # BUILDDIR = ../../.. +MODULE = rmi-activation PACKAGE = sun.rmi.activation PRODUCT = sun include $(BUILDDIR)/common/Defs.gmk -build: stubs +build: stubs rmid # # Resources @@ -75,4 +76,5 @@ # include $(BUILDDIR)/common/Classes.gmk - +rmid: + $(call make-launcher, rmid, sun.rmi.server.Activation, , )