From 3cf3d56d7f7aa54a1dabfa0decc40cd9f0adfa09 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:06:13 +0000 Subject: [project @ fpeters@0d.be-20071120204838-b1q3z1nv4phb1t8r] fixed typo in file to remove Original author: Frederic Peters Date: 2007-11-20 21:48:38.865000+01:00 --- bindings/php5/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index 55dcd3aa..65d1fdf2 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -22,7 +22,7 @@ doc: phpdoc -o HTML:frames:earthli -f lasso.php -t docs clean-local: - -rm lasso.php php_lasos.h _lasso.c + -rm lasso.php php_lasso.h _lasso.c .PHONY: doc -- cgit