components/php-common/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4196 d697072a92f5
--- a/components/php-common/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/php-common/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -27,8 +27,8 @@
 COMPONENT_VERSION=	11.1
 COMPONENT_PROJECT_URL=	http://www.php.net/
 COMPONENT_BUGDB=	utility/php
-include $(WS_TOP)/make-rules/configure.mk
-include $(WS_TOP)/make-rules/ips.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 # Do not apply the standard license transforms for this component. The
 # license actions are already tagged with the attributes in the .p5m file.
@@ -37,8 +37,9 @@
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # nothing to download or build; just package
-download prep configure build install test:
-
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+download::
+prep configure build install test:
 
 clobber:	clean
+
+REQUIRED_PACKAGES += system/linker