7063888 Move Grails to userland (fix incremental)
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 18 Jul 2011 11:35:37 -0700
changeset 416 d3ce52a8aecd
parent 415 ba846759b41a
child 417 7c10b5cba79b
7063888 Move Grails to userland (fix incremental)
components/grails/Makefile
--- a/components/grails/Makefile	Mon Jul 18 11:07:21 2011 -0700
+++ b/components/grails/Makefile	Mon Jul 18 11:35:37 2011 -0700
@@ -43,13 +43,16 @@
 # fix names with spaces
 # workaround for bug 6734267 (pkgmk does not allow spaces in file names)
 # the following files are not used directly by Grails framework...
-install:	build
+$(INSTALL_32):	$(BUILD_32)
 	(cd $(COMPONENT_SRC)/media/icons ; \
 		mv 'grails - 16x16 icon.png' grails-16x16icon.png ; \
 		mv 'grails - 32x32 icon.png' grails-32x32icon.png ; \
 		mv 'grails - 48x48 icon.png' grails-48x48icon.png ; \
 		mv 'grails - 64x64 icon.png' grails-64x64icon.png ; \
 		mv 'grails - 128x128 icon.png' grails-128x128icon.png)
+	$(TOUCH) $@
+
+install:	$(INSTALL_32)
 
 test:		$(NO_TESTS)