components/grails/Makefile
changeset 416 d3ce52a8aecd
parent 413 1a6d7a739179
child 800 2ad056ed89ec
--- 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)