summaryrefslogtreecommitdiff
path: root/test/php
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-02-24 16:42:18 +0000
committerDavid Reiss <dreiss@apache.org>2008-02-24 16:42:18 +0000
commit2ca456a8ae1599a2112eed0ddffa922657c8b123 (patch)
tree262d58e0e9af878b5534c6e399350c6df4edc401 /test/php
parent223d6bd1ac0c033aa01cad3aad8051df8a161a49 (diff)
downloadthrift-2ca456a8ae1599a2112eed0ddffa922657c8b123.tar.gz
Make "make clean" rules a bit more standard.
Summary: make-generic is some sort of internal undocumented thing. make-local is what is supposed to be used for this stuff. Also use $(RM) instead of "rm -f". Reviewed By: marc Test Plan: make clean git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/php')
-rw-r--r--test/php/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/php/Makefile b/test/php/Makefile
index 6cc52333a..10b430e97 100644
--- a/test/php/Makefile
+++ b/test/php/Makefile
@@ -22,4 +22,4 @@ stubs-inline: ../ThriftTest.thrift
$(THRIFT) --phpi ../ThriftTest.thrift
clean:
- rm -fr gen-php gen-phpi
+ $(RM) -r gen-php gen-phpi