jdk/make/common/internal/Resources.gmk
changeset 4665 d14dc3d9e1fa
parent 1820 04d22534971a
child 5506 202f599c92aa
--- a/jdk/make/common/internal/Resources.gmk	Tue Jan 05 13:44:09 2010 -0800
+++ b/jdk/make/common/internal/Resources.gmk	Thu Jan 07 08:14:48 2010 -0800
@@ -139,7 +139,7 @@
 STRIP_PROP_options=$(TEMPDIR)/strip_prop_options
 define install-properties-file
 $(install-file)
-$(CHMOD) a+rw $@
+$(call chmod-file, a+rw)
 @$(ECHO) "# Adding to strip properties list: $@"
 $(ECHO) "$@" >> $(STRIP_PROP_options)
 endef