changeset 207:6bd9160c5c3a build-165

7038816 userland makefiles should declare some phony targets. (fix incrementals)
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
date Thu, 28 Apr 2011 08:31:38 -0700
parents a4474882bf60
children a06bd0485fd0
files make-rules/shared-macros.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-rules/shared-macros.mk	Wed Apr 27 22:40:44 2011 -0700
+++ b/make-rules/shared-macros.mk	Thu Apr 28 08:31:38 2011 -0700
@@ -535,7 +535,7 @@
 COMPONENT_INSTALL_ARGS += $(COMPONENT_INSTALL_ARGS.$(BITS))
 
 # declare these phony so that we avoid filesystem conflicts.
-.PHONY:	download prep build install publish test clean clobber
+.PHONY:	prep build install publish test clean clobber
 
 # If there are no tests to execute
 NO_TESTS =	test-nothing