changeset 416:d3ce52a8aecd

7063888 Move Grails to userland (fix incremental)
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
date Mon, 18 Jul 2011 11:35:37 -0700
parents ba846759b41a
children 7c10b5cba79b
files components/grails/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)