usr/src/cmd/php5/Makefile.sfw
changeset 86 7cec84c09a67
parent 84 6902ad00c313
--- a/usr/src/cmd/php5/Makefile.sfw	Thu Jun 16 03:22:51 2011 -0700
+++ b/usr/src/cmd/php5/Makefile.sfw	Fri Jul 15 23:48:44 2011 -0700
@@ -20,7 +20,7 @@
 #
 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
 #
-#pragma ident	"@(#)Makefile.sfw	1.46	11/06/02 SMI"
+#pragma ident	"@(#)Makefile.sfw	1.47	11/06/15 SMI"
 
 PHP_REL=5.2
 #
@@ -355,7 +355,7 @@
 		--with-pdo-sqlite=shared \
 		--with-snmp=shared,/usr \
 		--with-sqlite=shared \
-		--with-tidy=shared,$(ROOT)/usr \
+		--with-tidy=shared,/usr \
 		--without-tsrm-pthreads )
 
 $(PHP_CGI)/config.status: $(PHP_DIR)/configure
@@ -403,7 +403,7 @@
 		--with-pdo-sqlite=shared \
 		--with-snmp=shared,/usr \
 		--with-sqlite=shared \
-		--with-tidy=shared,$(ROOT)/usr )
+		--with-tidy=shared,/usr )
 
 $(PHP_DIR)/configure: $(PHP_DIR).tar.bz2
 	bunzip2 -dc $(PHP_DIR).tar.bz2 | tar xopf -