jdk/make/com/sun/tools/attach/Makefile
changeset 4665 d14dc3d9e1fa
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/make/com/sun/tools/attach/Makefile	Tue Jan 05 13:44:09 2010 -0800
+++ b/jdk/make/com/sun/tools/attach/Makefile	Thu Jan 07 08:14:48 2010 -0800
@@ -25,6 +25,7 @@
 
 
 BUILDDIR = ../../../..
+MODULE  = attach
 PACKAGE = com.sun.tools.attach
 LIBRARY = attach
 PRODUCT = sun
@@ -65,6 +66,7 @@
 	@$(MKDIR) -p $(@D)
 	@$(RM) $@
 	@$(CAT) $< | $(SED) -e "s/^#\[$(PLATFORM)\]//" > $@
+	@$(install-module-file)
                                                                                                 
 .PHONY: copy-files