summaryrefslogtreecommitdiff
path: root/test/php
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-02-17 20:28:46 +0000
committerDavid Reiss <dreiss@apache.org>2009-02-17 20:28:46 +0000
commitb139f64448f4ae89a24029f0588a494308e84e74 (patch)
tree4ff7a4c3fdb0312f6a5868b8f6fb9219f53cc48a /test/php
parent554ea6f936c3ad2c3317e6ba94356c65b088536f (diff)
downloadthrift-b139f64448f4ae89a24029f0588a494308e84e74.tar.gz
THRIFT-325. Remove a bunch of uses of the old command line format
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/php')
-rw-r--r--test/php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/php/Makefile b/test/php/Makefile
index 10b430e97..d48fb85b9 100644
--- a/test/php/Makefile
+++ b/test/php/Makefile
@@ -16,10 +16,10 @@ normal: stubs
inline: stubs-inline
stubs: ../ThriftTest.thrift
- $(THRIFT) --phpl ../ThriftTest.thrift
+ $(THRIFT) --gen php ../ThriftTest.thrift
stubs-inline: ../ThriftTest.thrift
- $(THRIFT) --phpi ../ThriftTest.thrift
+ $(THRIFT) --gen php:inlined ../ThriftTest.thrift
clean:
$(RM) -r gen-php gen-phpi