components/php-5_2/Makefile
branchs11-update
changeset 2551 0391c5c3b137
parent 2434 6c9bb5cf5610
child 3661 47545fb8aed4
--- a/components/php-5_2/Makefile	Fri Apr 05 07:47:58 2013 -0700
+++ b/components/php-5_2/Makefile	Sat Apr 06 08:18:24 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 include ../../make-rules/ips.mk
@@ -135,6 +135,11 @@
 PKG_PROTO_DIRS += xdebug/build/prototype/$(MACH)
 PKG_PROTO_DIRS += xdebug-zts/build/prototype/$(MACH)
 
+# Do not apply the standard license transforms for this component. The
+# license actions are already tagged with the attributes, in the various
+# .p5m files.
+LICENSE_TRANSFORMS =
+
 # for now, everything with a Makefile should be built
 SUBDIRS =	$(shell echo */Makefile | sed -e 's;/Makefile;;g')