summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am
index c9e399b8..17c5278c 100644
--- a/bindings/php5/Makefile.am
+++ b/bindings/php5/Makefile.am
@@ -15,14 +15,14 @@ nodist_lasso_la_SOURCES = _lasso.c
BUILT_SOURCES = _lasso.c
-_lasso.c:
+lasso.php _lasso.c:
$(PYTHON) $(top_srcdir)/bindings/bindings.py -l php5 --src-dir=$(top_srcdir)/lasso/
doc:
phpdoc -o HTML:frames:earthli -f lasso.php -t docs
clean-local:
- -rm lasso.php php_lasso.h _lasso.c
+ -rm -f lasso.php php_lasso.h _lasso.c
.PHONY: doc